Skip to content

Commit 5be23c2

Browse files
authored
Merge pull request #30 from trissylegs/patch-1
2 parents 30bbe15 + fa34871 commit 5be23c2

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
@@ -18,7 +18,7 @@ Git Confirm:
1818
In the root of your Git repository, run:
1919

2020
```bash
21-
curl https://cdn.rawgit.com/pimterry/git-confirm/v0.2.2/hook.sh > .git/hooks/pre-commit && chmod +x .git/hooks/pre-commit
21+
curl -sSfL https://cdn.rawgit.com/pimterry/git-confirm/v0.2.2/hook.sh > .git/hooks/pre-commit && chmod +x .git/hooks/pre-commit
2222
```
2323
(*Note the version number*)
2424

0 commit comments

Comments
 (0)