From: Oleg Broytman Date: Tue, 20 Aug 2024 12:51:21 +0000 (+0300) Subject: Fix(update-remotes): Pass the list of branches to the next call X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=7ab06dc54e99c09d6a130961de3a9cbbf6e51774;p=git-scripts.git Fix(update-remotes): Pass the list of branches to the next call --- 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