Actualizar lib/steps/repos.sh
This commit is contained in:
parent
c55706f573
commit
58d7837c7f
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ _clone_repos() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
start_spinner "Cloning ${name} (branch: ${branch})..."
|
start_spinner "Cloning ${name} (branch: ${branch})..."
|
||||||
if git clone --branch "$branch" "$url" "$dest" &>/dev/null; then
|
if git clone --branch "$branch" "$url" "$dest" ; then
|
||||||
stop_spinner "${name} cloned → ${dest}"
|
stop_spinner "${name} cloned → ${dest}"
|
||||||
else
|
else
|
||||||
stop_spinner
|
stop_spinner
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue