Skip to content

Commit 10fbb4e

Browse files
committed
coala_as_Git_Hook.rst: Remove the $ sign
Remove the `$` sign from the beginning of each line in the .git/hooks/pre-commit file example. The `$` sign was not needed. Closes #538
1 parent 6af238e commit 10fbb4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Users/coala_as_Git_Hook.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ repository and add the lines:
1717

1818
.. code:: bash
1919
20-
$ #!/bin/sh
21-
$ set -e
22-
$ coala
20+
#!/bin/sh
21+
set -e
22+
coala
2323
2424
You can also specify arguments like ``-S autoapply=false`` which tells
2525
coala to not apply any patch by itself. Or you can run specific sections with

0 commit comments

Comments
 (0)