diff --git a/updates_notifier.sh b/updates_notifier.sh index 40a4b1b..90a9aa9 100644 --- a/updates_notifier.sh +++ b/updates_notifier.sh @@ -19,5 +19,5 @@ else updates=$(echo $updates|tr -d '\n') OUT="There are **$num** updates: \r" OUT="${OUT} Packages: *$updates*" - sh ./gotifypush.sh "Example host updates notifier" "$OUT" 5 $TOKEN + sh ./gotifypush.sh "Hostname pending updates" "$OUT" 5 $TOKEN fi