diff --git a/unbox.sh b/unbox.sh index 7781fa9..0a0b187 100755 --- a/unbox.sh +++ b/unbox.sh @@ -10,7 +10,7 @@ function unbox_outer_stage(){ select chosen_repo in other $(cat .repo_cache | sort | uniq); do if [ "${chosen_repo}" = "other" ]; then - echo -n "git repository url" + echo -n "git repository url: " read REMOTE else REMOTE=$chosen_repo