mirror of
https://github.com/philippdieter/zsh-auto-notify.git
synced 2025-10-13 03:58:44 +00:00
Add missing newline in _auto_notify_message warning
This commit is contained in:
parent
9dc90567e3
commit
dcd2c609bb
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user