Skip to content
Snippets Groups Projects
Commit 5fd92817 authored by Brad King's avatar Brad King
Browse files

pre-commit: fix typo in looks-executable message

parent aaf2b7dc
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ mode_looks_exe() {
git cat-file blob "$2" | head -1 | grep "^#!/" > /dev/null
}
mode_not_exe () {
echo "The file '$file' has looks executable but does not have an executable mode.
echo "The file '$file' looks executable but does not have an executable mode.
On UNIX, run:
$ chmod u+x '$file' && git add -u '$file'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment