summarylogtreecommitdiffstats
path: root/taffybar.install
diff options
context:
space:
mode:
authorLeif Warner2018-04-20 22:49:11 -0700
committerLeif Warner2018-04-20 22:49:48 -0700
commit164d9a43f5b4a24cfb1a74ac5f5d6ea60c047e41 (patch)
treed365968b4e3ad74952a92c541c8734069a4f43ca /taffybar.install
parent1c449540cde04ad1dd6cf59b9b1ac03218fb2d1e (diff)
downloadaur-164d9a43f5b4a24cfb1a74ac5f5d6ea60c047e41.tar.gz
Use note instead of echo
Diffstat (limited to 'taffybar.install')
-rw-r--r--taffybar.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/taffybar.install b/taffybar.install
index e3c92122faab..acfdd2a13c06 100644
--- a/taffybar.install
+++ b/taffybar.install
@@ -2,7 +2,7 @@
post_install(){
- echo 'Place a taffybar.hs config file in $HOME/.config/taffybar to use.'
- echo 'There is an example one at /usr/share/doc/taffybar/taffbar.hs.example'
+ note 'Place a taffybar.hs config file in $HOME/.config/taffybar to use.'
+ note 'There is an example one at /usr/share/doc/taffybar/taffbar.hs.example'
}