verify-indentation.sh: fix tip

This commit is contained in:
Juergen E. Fischer 2016-01-18 15:57:54 +01:00
parent 2b3cf83991
commit d2c1668a66

View File

@ -73,7 +73,7 @@ Tips to prevent and resolve:
* Install autopep8 to format python code * Install autopep8 to format python code
* Use "scripts/astyle.sh file" to fix the now badly indented files * 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 * 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. run it manually before each commit.
EOF EOF