This commit is contained in:
j3d1 2020-01-31 21:24:31 +01:00
parent 4e2f4f96e6
commit 718e27913c

View file

@ -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