Skip to content

Commit

Permalink
Removed Unnecessary TODO comments in uninstallation script.
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharshayarabarla committed Dec 30, 2018
1 parent e31df60 commit 239570a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global_install_scripts/uninstall.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ shopt -s extglob

DEBUG=${DEBUG:-''}

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

0 comments on commit 239570a

Please sign in to comment.