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
|
||||
|
||||
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}"
|
||||
else
|
||||
stop_spinner
|
||||
|
|
|
|||
Loading…
Reference in a new issue