Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Commit

Permalink
Always call ctags hook instead of other 'ctags' in $PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
spacewander committed Jan 5, 2017
1 parent 5460d0c commit 408b143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/hooks/plugin-ctags.sh
Expand Up @@ -7,7 +7,7 @@
main()
{
if test $(git config --bool hooks.ctags.enabled) = true; then
ctags &
"$GIT_DIR"/hooks/ctags &
fi
}
main

0 comments on commit 408b143

Please sign in to comment.