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 }