remove INSTALL check

This commit is contained in:
TJ Holowaychuk 2013-01-28 12:19:41 -08:00
parent 614d03364a
commit 4f711b23e6

View file

@ -24,7 +24,6 @@ case "$1" in
update
;;
*)
test "$INSTALL" = "y" && update && exit
man git-extras
;;
esac