Skip to content

Commit

Permalink
consul: install zsh completion
Browse files Browse the repository at this point in the history
Closes #56.

Signed-off-by: Tim D. Smith <git@tim-smith.us>
  • Loading branch information
itiut authored and tdsmith committed Apr 5, 2016
1 parent e2923eb commit 2b42153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/consul.rb
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ def install
cd gopath/"src/github.com/hashicorp/consul" do
system "make"
bin.install "bin/consul"
zsh_completion.install "contrib/zsh-completion/_consul"
end

# install web-ui to package share folder.
Expand Down

0 comments on commit 2b42153

Please sign in to comment.