Actualizar lib/steps/repos.sh

This commit is contained in:
Zenaku 2026-06-02 16:21:59 +00:00
parent c55706f573
commit 58d7837c7f

View file

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