summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrepo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo.sh b/repo.sh
index 325decb..9cde6d9 100755
--- a/repo.sh
+++ b/repo.sh
@@ -25,7 +25,7 @@ then
echo "Author set to \"$repoOwner\""
fi
fi
- if [[ $usegc == [nN] ]];
+ if [[ $usegc == [nN] ]] || [[ -z $usegc ]];
then
read -p "What's the owner name? [default: ''] " repoOwner
fi