Skip to content

Commit 6568414

Browse files
committed
Clarify default behaviour in README for no-commit-to-branch
1 parent 7b959d1 commit 6568414

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
@@ -80,7 +80,7 @@ Add this to your `.pre-commit-config.yaml`
8080
- Use `args: ['--django']` to match `test*.py` instead.
8181
- `no-commit-to-branch` - Protect specific branches from direct checkins.
8282
- Use `args: [--branch, staging, --branch, master]` to set the branch.
83-
`master` is the default if no argument is set.
83+
`master` is the default if no branch argument is set.
8484
- `-b` / `--branch` may be specified multiple times to protect multiple
8585
branches.
8686
- `-p` / `--pattern` can be used to protect branches that match a supplied regex

0 commit comments

Comments
 (0)