From 718e27913c17e995396188801b2511ea9ec3ae54 Mon Sep 17 00:00:00 2001 From: jedi Date: Fri, 31 Jan 2020 21:24:31 +0100 Subject: [PATCH] wip --- unbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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