Skip to content

Commit

Permalink
Merge pull request instana#532 from instana/fixing-version-updater-sh
Browse files Browse the repository at this point in the history
Fixed remote name in version updater script
  • Loading branch information
nithinputhenveettil authored Jan 5, 2024
2 parents 868e9e7 + b5b52e7 commit dc7f134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version_updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ while IFS= read -r line; do

git add go.mod go.sum $LIBRARY_INFO_MD_PATH
git commit -m "Updated go.mod, go.sum files, README.md for $INSTRUMENTATION"
git push fork @
git push origin @

# Create a PR request for the changes
# shellcheck disable=SC2046
Expand Down

0 comments on commit dc7f134

Please sign in to comment.