diff --git a/lib/steps/repos.sh b/lib/steps/repos.sh index ae05f78..c52f034 100644 --- a/lib/steps/repos.sh +++ b/lib/steps/repos.sh @@ -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