Browse Source

typos

pull/2259/head
Honza Hommer 5 years ago
parent
commit
d180f01b45
No known key found for this signature in database GPG Key ID: 5EBDE8E7E1A00ACA
  1. 2
      notify/mail.sh

2
notify/mail.sh

@ -62,7 +62,7 @@ _mail_send() {
ssmtp)
"$_MAIL_BIN" "$MAIL_TO"
;;
mutt|mail)
mutt | mail)
"$_MAIL_BIN" -s "$_subject" "$MAIL_TO"
;;
esac

Loading…
Cancel
Save