From b689b42668819df2eb14e0f20271f71539bd1416 Mon Sep 17 00:00:00 2001 From: p4bl0 Date: Sun, 8 Aug 2010 21:32:00 +0200 Subject: removed unnecessary argument --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') 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 -- cgit v1.2.3