From 691f411283cf26d53e4a2acdb396e856868edb5c Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Sun, 22 Nov 2020 10:32:42 -0500 Subject: [PATCH] ci: Fix homebrew deploy template using wrong autocomplete file --- deployment/macos/homebrew/bottom.rb.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\""