From 0afd6fbd1f2cf92810467e6e97f491ed2a732a6a Mon Sep 17 00:00:00 2001 From: Motonori Iwata Date: Mon, 21 Jan 2013 11:38:18 +0900 Subject: [PATCH] Update etc/git-now.rb Fixed https://github.com/iwata/git-now/issues/3 --- etc/git-now.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/git-now.rb b/etc/git-now.rb index 0d42c74..987cc3e 100644 --- a/etc/git-now.rb +++ b/etc/git-now.rb @@ -22,7 +22,7 @@ class GitNow < Formula def install system "make", "prefix=#{prefix}", "install" if ARGV.include? '--zsh-completion' - zsh_functions_d = share + 'zsh/functions' + zsh_functions_d = share + 'zsh/site-functions' zsh_functions_d.install "etc/_git-now" end end