Skip to content

Commit

Permalink
prerequisites: 'init' not 'lint' for git hooks
Browse files Browse the repository at this point in the history
Signed-off-by: Rune Morling <[email protected]>
  • Loading branch information
ermo committed Jan 8, 2025
1 parent 0a40574 commit c4cfac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/packaging/workflow/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Run the following:

```bash
gotoserpentrepo
just lint
just init
```

This will setup git hooks that will lint for the most common packaging errors upon git commit, as well as fill out commit message templates for you to edit as appropriate.
Expand Down

0 comments on commit c4cfac5

Please sign in to comment.