Skip to content

Commit

Permalink
need better comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Jul 31, 2023
1 parent f0e0294 commit 4cd08c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/domergepr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jqbase64 () {
if [[ "$body" == *"$repl"* ]]; then
prnum="(#$pr_number)"
body=$body$prnum
newrepl="Resolves issue #"
newrepl="#"
body=${body/$repl/$newrepl}
needbody=1
fi
Expand Down

0 comments on commit 4cd08c7

Please sign in to comment.