summarylogtreecommitdiffstats
path: root/notion-enhancer
diff options
context:
space:
mode:
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
}