Skip to content

Commit fa34871

Browse files
trissylegsTriss Healy
authored andcommitted
Update suggested Curl command
-sSf is better for errors. -L handles redirects.
1 parent 30bbe15 commit fa34871

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)