Skip to content

Commit 7206dad

Browse files
Merge pull request #28 from embulk/embulk/fix-README-checkout-main
Fix checkout command in README.md
2 parents eb3f95d + 89d4f6c commit 7206dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

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

3232
```
33-
git checkout --detach master
33+
git checkout --detach main
3434

3535
(Edit: Remove "-SNAPSHOT" in "version" in build.gradle.)
3636

0 commit comments

Comments
 (0)