From 7ab06dc54e99c09d6a130961de3a9cbbf6e51774 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 20 Aug 2024 15:51:21 +0300 Subject: [PATCH] Fix(update-remotes): Pass the list of branches to the next call --- update-remotes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-remotes b/update-remotes index dca6f3f..354fdb4 100755 --- a/update-remotes +++ b/update-remotes @@ -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 -- 2.39.5