We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30bbe15 commit fa34871Copy full SHA for fa34871
README.md
@@ -18,7 +18,7 @@ Git Confirm:
18
In the root of your Git repository, run:
19
20
```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
+curl -sSfL https://cdn.rawgit.com/pimterry/git-confirm/v0.2.2/hook.sh > .git/hooks/pre-commit && chmod +x .git/hooks/pre-commit
22
```
23
(*Note the version number*)
24
0 commit comments