Update etc/git-now.rb

Fixed https://github.com/iwata/git-now/issues/3
This commit is contained in:
Motonori Iwata 2013-01-21 11:38:18 +09:00
parent 98bf060972
commit 0afd6fbd1f

View file

@ -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