Skip to content

Commit d2c1668

Browse files
committedJan 18, 2016
verify-indentation.sh: fix tip
1 parent 2b3cf83 commit d2c1668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/verify-indentation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Tips to prevent and resolve:
7373
* Install autopep8 to format python code
7474
* Use "scripts/astyle.sh file" to fix the now badly indented files
7575
* Consider using scripts/prepare-commit.sh as pre-commit hook to avoid this
76-
in the future (ln -s scripts/prepare-commit.sh .git/hooks/pre-commit) or
76+
in the future (ln -s ../../scripts/prepare-commit.sh .git/hooks/pre-commit) or
7777
run it manually before each commit.
7878
EOF
7979

0 commit comments

Comments
 (0)
Please sign in to comment.