diff options
| author | Lukas | 2014-09-12 03:25:00 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-09-11 20:57:01 -0500 |
| commit | 045639b445e323ff5342b7caf64ca120bf9fce30 (patch) | |
| tree | 473e9f41a0fd0ab5a34c93c0190adbbabf9abb6c /Library/Formula | |
| parent | 45e07c0e85c89583c675632ed3fb7da1a32a4180 (diff) | |
| download | homebrew-045639b445e323ff5342b7caf64ca120bf9fce30.tar.bz2 | |
Prefix Go zsh completion with an underscore
Closes #32247.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/go.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb index 7a8f23d7b..d67dc116f 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -20,7 +20,7 @@ class Go < Formula def install # install the completion scripts bash_completion.install 'misc/bash/go' => 'go-completion.bash' - zsh_completion.install 'misc/zsh/go' => 'go' + zsh_completion.install 'misc/zsh/go' => '_go' # host platform (darwin) must come last in the targets list if build.include? 'cross-compile-all' |
