summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 47158d8..5a2b2d2 100644
--- a/install.sh
+++ b/install.sh
@@ -108,6 +108,6 @@ case "$1" in
"--help"|"-h") fugitive_help >&2;; # TODO
"--install"|"--install-local") fugitive_install "$2" "local";;
"--install-remote") fugitive_install "$2" "remote";;
- "--install-hooks") fugitive_install_hooks "$2";;
+ "--install-hooks") fugitive_install_hooks;;
*) fugitive_usage >&2;; # TODO
esac