wip
This commit is contained in:
parent
4e2f4f96e6
commit
718e27913c
1 changed files with 1 additions and 1 deletions
2
unbox.sh
2
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
|
||||
|
|
Loading…
Reference in a new issue