final tweaks to notification addons

This commit is contained in:
yoyoma2 2024-01-03 12:41:18 -05:00
parent fc7b2888f1
commit 2e620cd2c0
2 changed files with 5 additions and 5 deletions

View file

@ -9,5 +9,5 @@ send_notification() {
# platform specific notification code would go here
printf "\n%bGeneric notification addon:%b" "$c_green" "$c_reset"
printf "\nThe following docker packages on %s need to be updated:\n%s\n" "$FromHost" "$UpdToString"
printf "\nThe following docker containers on %s need to be updated:\n%s\n" "$FromHost" "$UpdToString"
}