Skip to content

Commit

Permalink
remove double space in git diff command
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Jun 4, 2024
1 parent fafad06 commit f5fbb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/wiki/dev-guides/Release-Process.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ development environment.
Similarly, `make minor` and `make major` will update the version
numbers for minor and major releases, respectively. Double-check
that the version numbers have been updated correctly with
`git diff`, and then `git commit -s` the change.
`git diff`, and then `git commit -s` the change.

1. Push your branch to GitHub, and trigger a "full" test run on the branch.

Expand Down

0 comments on commit f5fbb6d

Please sign in to comment.