Skip to content

Commit cac08d7

Browse files
authored
Merge pull request #14 from embulk/fix-README-checkout-main
Fix checkout command in README.md
2 parents 8c4f8cf + a245dfb commit cac08d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For Maintainers
1414
Modify `version` in `build.gradle` at a detached commit, and then tag the commit with an annotation.
1515

1616
```
17-
git checkout --detach master
17+
git checkout --detach main
1818
1919
(Edit: Remove "-SNAPSHOT" in "version" in build.gradle.)
2020

0 commit comments

Comments
 (0)