summarylogtreecommitdiffstats
path: root/notion-enhancer
diff options
context:
space:
mode:
authorNek-122020-08-31 11:40:03 +0300
committerNek-122020-08-31 11:40:03 +0300
commite07fa1858922d4f204fbbd34ea4bb18cdc5acff2 (patch)
tree202e623db9c5c88f03815c342f10c5d21b83d956 /notion-enhancer
parent14b67c9771ea73722fe9edbcf8327785bc32a9e4 (diff)
downloadaur-e07fa1858922d4f204fbbd34ea4bb18cdc5acff2.tar.gz
update 0.8.5, fixed typos
Diffstat (limited to 'notion-enhancer')
-rw-r--r--notion-enhancer4
1 files changed, 2 insertions, 2 deletions
diff --git a/notion-enhancer b/notion-enhancer
index a65da8e04f03..4d1993d8bcaf 100644
--- a/notion-enhancer
+++ b/notion-enhancer
@@ -5,9 +5,9 @@ post_install() {
post_upgrade() {
if [[ "$(notion-enhancer check)" == *" not "* ]]; then
- echo "W: Notion-enhancer is not applied, skipping"
+ echo "Notion-enhancer is not applied, skipping"
else
- echo "I: Reapplying notion-enhancer"
+ echo "Reapplying notion-enhancer"
notion-enhancer apply -y
fi
}