From dcd2c609bbec9d930e89e93f41e7c495c7f5fcaf Mon Sep 17 00:00:00 2001 From: Michael Aquilina Date: Mon, 15 Jul 2019 12:11:07 +0100 Subject: [PATCH] Add missing newline in _auto_notify_message warning --- auto-notify.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-notify.plugin.zsh b/auto-notify.plugin.zsh index 73e08b2..be2622c 100644 --- a/auto-notify.plugin.zsh +++ b/auto-notify.plugin.zsh @@ -29,7 +29,7 @@ function _auto_notify_message() { osascript -e "display notification \"$text\" with title \"Command Completed\"" else printf "Unknown platform for sending notifications: $platform\n" - printf "Please post an issue on gitub.com/MichaelAquilina/zsh-auto-notify/issues/" + printf "Please post an issue on gitub.com/MichaelAquilina/zsh-auto-notify/issues/\n" fi }