summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-11-22 10:32:42 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-11-22 10:32:46 -0500
commit691f411283cf26d53e4a2acdb396e856868edb5c (patch)
tree1983f084f00e5bbb072b531d2e060e44d5f935bc
parent8d40d9bbefb8274d8de4165057b595a73ec78b49 (diff)
ci: Fix homebrew deploy template using wrong autocomplete file
-rw-r--r--deployment/macos/homebrew/bottom.rb.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/macos/homebrew/bottom.rb.template b/deployment/macos/homebrew/bottom.rb.template
index 68138c88..27ec8b68 100644
--- a/deployment/macos/homebrew/bottom.rb.template
+++ b/deployment/macos/homebrew/bottom.rb.template
@@ -12,7 +12,7 @@ class Bottom < Formula
def install
bash_completion.install "completion/btm.bash"
- zsh_completion.install "completion/_rg"
+ zsh_completion.install "completion/_btm"
bin.install "btm"
ohai "You're done! Run with \"btm\""
ohai "For runtime flags, see \"btm --help\""