Skip to content

Commit 39d2db4

Browse files
authored
Merge pull request #17 from embulk/fix-README-checkout-main
Fix checkout command in README.md
2 parents 09096cf + 54ccde6 commit 39d2db4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "daily"
8-
updates:
98
- package-ecosystem: "gradle"
109
directory: "/"
1110
schedule:

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)