Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ snippet to your repo's `.pre-commit-config.yaml`:
- repo: https://github.com/hashicorp/copywrite
rev: v0.15.0 # Use any release tag
hooks:
- id: copywrite-headers
- id: add-headers
```

## Debugging
Expand All @@ -258,7 +258,7 @@ The `COPYWRITE_LOG_LEVEL` setting takes precedence, however.
It is often useful to introspect information about the state Copywrite finds
itself in. The `copywrite debug` command can print the running configuration,
whether or not a config file was loaded, what GitHub auth type is in use, and
more. No sensitive information is printed, however.
more. No sensitive information is printed, however.

## Development

Expand Down