Make ask_pn() more friendly

This commit is contained in:
2024-07-27 21:08:45 -04:00
parent bfc139e689
commit 66725024b8

View File

@@ -1453,8 +1453,6 @@ main() {
# Prompt user for the PROJECT if we still don't have one
if [[ ${#PROJECTS[@]} -eq 0 ]]; then # still allows for environment overrides
echo "You will be prompted to enter a project name"
echo "Hit enter when done"
while :; do
ask_pn || break
PROJECTS+=("$PROJECT")