mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-26 22:20:18 +00:00
ci: Fix homebrew deploy template using wrong autocomplete file
This commit is contained in:
parent
8d40d9bbef
commit
691f411283
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class Bottom < Formula
|
||||||
|
|
||||||
def install
|
def install
|
||||||
bash_completion.install "completion/btm.bash"
|
bash_completion.install "completion/btm.bash"
|
||||||
zsh_completion.install "completion/_rg"
|
zsh_completion.install "completion/_btm"
|
||||||
bin.install "btm"
|
bin.install "btm"
|
||||||
ohai "You're done! Run with \"btm\""
|
ohai "You're done! Run with \"btm\""
|
||||||
ohai "For runtime flags, see \"btm --help\""
|
ohai "For runtime flags, see \"btm --help\""
|
||||||
|
|
Loading…
Reference in a new issue