Skip to content

Commit

Permalink
verify-indentation.sh: fix tip
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 18, 2016
1 parent 2b3cf83 commit d2c1668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/verify-indentation.sh
Expand Up @@ -73,7 +73,7 @@ Tips to prevent and resolve:
* Install autopep8 to format python code
* Use "scripts/astyle.sh file" to fix the now badly indented files
* Consider using scripts/prepare-commit.sh as pre-commit hook to avoid this
in the future (ln -s scripts/prepare-commit.sh .git/hooks/pre-commit) or
in the future (ln -s ../../scripts/prepare-commit.sh .git/hooks/pre-commit) or
run it manually before each commit.
EOF

Expand Down

0 comments on commit d2c1668

Please sign in to comment.