Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 7ada78e

Browse files
author
Shlomi Noach
committed
renamed variable
1 parent f3ab78e commit 7ada78e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bump_release_version_and_tag

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# - the tag will be pushed to origin (may need fixing)
1313

1414
# Which remote to push the changes to (default origin)
15-
origin=${1:-origin}
15+
remote=${1:-origin}
1616
diff=$(git diff)
1717
rc=$?
1818
if [ $rc != 0 ]; then
@@ -57,4 +57,4 @@ echo "Adding new tag: $new_tag"
5757
git tag $new_tag
5858
echo "Pushing changes and new tag..."
5959
git push
60-
git push "$origin" $new_tag
60+
git push "$remote" $new_tag

0 commit comments

Comments
 (0)