Skip to content

Commit

Permalink
Stray 'a' character
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Jul 26, 2023
1 parent 767e96e commit f7f03ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HACKING
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,7 @@ Release steps are as follows:
# 03: Commit the merge (if necessary) and push.

# If merge conflict resolution was needed, make a merge commit:
MSHA1=$(git log -1 main --pretty=format:"%h")a
MSHA1=$(git log -1 main --pretty=format:"%h")
echo $MSHA1
git commit -m "merge of main $MSHA1 to RELEASE branch"

Expand Down

0 comments on commit f7f03ba

Please sign in to comment.