Skip to content

Commit ca05ee8

Browse files
Jonathan Woollett-Lightdianpopa
Jonathan Woollett-Light
authored andcommitted
Fixing git hooks setup docs
Signed-off-by: Jonathan Woollett-Light <[email protected]>
1 parent 0f3abfc commit ca05ee8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ testing. For ease of use you can setup a git pre-commit hook by running the
6161
following in the Firecracker root directory:
6262

6363
```
64-
cargo install rusty-hooks
64+
cargo install rusty-hook
6565
rusty-hook init
6666
```
6767

rusty-hook.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# To set up git hooks run
22
# ```
3-
# cargo install rusty-hooks
3+
# cargo install rusty-hook
44
# rusty-hook init
55
# ```
66
[hooks]

0 commit comments

Comments
 (0)