Skip to content

Commit 239570a

Browse files
Removed Unnecessary TODO comments in uninstallation script.
1 parent e31df60 commit 239570a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global_install_scripts/uninstall.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ shopt -s extglob
44

55
DEBUG=${DEBUG:-''}
66

7-
declare HOOK_SCRIPT='pre-commit' # TODO: need ability to uninstall pre-push hook as well.
7+
declare HOOK_SCRIPT='pre-commit'
88
if [[ $# -gt 0 && $1 =~ pre-push.* ]] ; then
99
HOOK_SCRIPT='pre-push'
1010
fi

0 commit comments

Comments
 (0)