We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31df60 commit 239570aCopy full SHA for 239570a
global_install_scripts/uninstall.bash
@@ -4,7 +4,7 @@ shopt -s extglob
4
5
DEBUG=${DEBUG:-''}
6
7
-declare HOOK_SCRIPT='pre-commit' # TODO: need ability to uninstall pre-push hook as well.
+declare HOOK_SCRIPT='pre-commit'
8
if [[ $# -gt 0 && $1 =~ pre-push.* ]] ; then
9
HOOK_SCRIPT='pre-push'
10
fi
0 commit comments