aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-now.rb
diff options
context:
space:
mode:
authorChristian Höltje2012-05-03 08:27:31 -0400
committerJack Nagel2012-05-03 17:34:51 -0500
commit9611baac72745667e198af1ecbd6b25d7dcd7b71 (patch)
tree2417687bf4747281267f70885cb8c1422cdfe02a /Library/Formula/git-now.rb
parentb5b8a5edf35f7218945f32bb4e2dda35b8391aec (diff)
downloadhomebrew-9611baac72745667e198af1ecbd6b25d7dcd7b71.tar.bz2
git-now: fix typo in caveats
The zsh-completion path in the caveat was missing the `share` directory component. Closes #12035. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/git-now.rb')
-rw-r--r--Library/Formula/git-now.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/git-now.rb b/Library/Formula/git-now.rb
index 8e3327d71..c1fcda3cf 100644
--- a/Library/Formula/git-now.rb
+++ b/Library/Formula/git-now.rb
@@ -20,7 +20,7 @@ class GitNow < Formula
def caveats; <<-EOS.undent
Zsh completion has been installed to:
- #{HOMEBREW_PREFIX}/zsh/site-functions
+ #{HOMEBREW_PREFIX}/share/zsh/site-functions
EOS
end
end