summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2021-05-09 19:21:28 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2021-05-09 19:21:28 -0400
commitd63f169d703b958cd3b00a90a4f028a4a3007e7d (patch)
tree540c28cfded73fab9c512876183039825cd50d6f
parent5a41e0d70e3f7fa863c258e7111b570c1cd6e43b (diff)
fix missing quote in homebrew template
-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\""