summaryrefslogtreecommitdiffstats
path: root/deployment/macos
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-08-25 19:06:12 -0400
committerGitHub <noreply@github.com>2020-08-25 19:06:12 -0400
commit027f8a8c3241f3918d28003f42dfbb239f6a35df (patch)
treed679945fc03e865475aac2b0a1c34799affd019a /deployment/macos
parent9158c5f6d52a524851e033b0a3fdf6ffb3148af2 (diff)
ci: minor CI fixes for automatic deploys (#202)
Mainly missing some `cd` lines in AUR builds and clarifying the macOS config location.
Diffstat (limited to 'deployment/macos')
-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 65b6f896..451905cf 100644
--- a/deployment/macos/homebrew/bottom.rb.template
+++ b/deployment/macos/homebrew/bottom.rb.template
@@ -14,7 +14,7 @@ class Bottom < Formula
bin.install "btm"
ohai "You're done! Run with \"btm\""
ohai "For runtime flags, see \"btm --help\""
- ohai "If you want to configure bottom, by default bottom looks for a file in $HOME/.config/bottom/bottom.toml"
+ ohai "If you want to configure bottom, by default bottom looks for a file in $HOME/Library/Application Support/bottom.toml or $HOME/.config/bottom/bottom.toml"
end
end
\ No newline at end of file