]> git.phdru.name Git - git-scripts.git/commitdiff
Fix(update-remotes): Pass the list of branches to the next call
authorOleg Broytman <phd@phdru.name>
Tue, 20 Aug 2024 12:51:21 +0000 (15:51 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 20 Aug 2024 12:51:57 +0000 (15:51 +0300)
update-remotes

index dca6f3fe383b184490b838137fe4d623ca60f7ce..354fdb4cf6dc589732b90c11686cf4a14a75a4bc 100755 (executable)
@@ -10,7 +10,7 @@ if [ -n "$origin" ]; then
       exit 1
    else
       cd "$origin" &&
-      exec ./update-remotes
+      exec ./update-remotes "$@"
    fi
 elif [ -z "$current" ]; then
    echo "Wrong directory error (neither origin nor current)" >&2