Add missing newline in _auto_notify_message warning
This commit is contained in:
parent
9dc90567e3
commit
dcd2c609bb
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ function _auto_notify_message() {
|
||||||
osascript -e "display notification \"$text\" with title \"Command Completed\""
|
osascript -e "display notification \"$text\" with title \"Command Completed\""
|
||||||
else
|
else
|
||||||
printf "Unknown platform for sending notifications: $platform\n"
|
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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue