Skip to content

Commit 3d27960

Browse files
committed
Merge pull request #65 from mc0e/patch-1
Fix syntax error in example script in docs
2 parents cd98892 + 19ae4ed commit 3d27960

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
@@ -83,7 +83,7 @@ For example, if you've cloned this repo to ~/.puppet-git-hooks
8383
The .git/hooks/pre-commit with your puppet code might look like this
8484

8585
```bash
86-
#!bin/bash
86+
#!/bin/bash
8787

8888
# my_other_checks
8989

0 commit comments

Comments
 (0)