From 58d7837c7f302b665849bdba6c92e32c781adb92 Mon Sep 17 00:00:00 2001 From: zenaku Date: Tue, 2 Jun 2026 16:21:59 +0000 Subject: [PATCH] Actualizar lib/steps/repos.sh --- lib/steps/repos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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