summaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
Diffstat (limited to 'deployment')
-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 16bd893e..33df1f50 100644
--- a/deployment/macos/homebrew/bottom.rb.template
+++ b/deployment/macos/homebrew/bottom.rb.template
@@ -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\""