mirror of
https://github.com/ClementTsang/bottom.git
synced 2024-11-09 23:36:24 +03:00
fix missing quote in homebrew template
This commit is contained in:
parent
5a41e0d70e
commit
d63f169d70
@ -13,7 +13,7 @@ class Bottom < Formula
|
||||
def install
|
||||
bash_completion.install "completion/btm.bash"
|
||||
zsh_completion.install "completion/_btm"
|
||||
fish_completion.install "completion/btm.fish
|
||||
fish_completion.install "completion/btm.fish"
|
||||
bin.install "btm"
|
||||
ohai "You're done! Run with \"btm\""
|
||||
ohai "For runtime flags, see \"btm --help\""
|
||||
|
Loading…
Reference in New Issue
Block a user