Skip to content

Commit

Permalink
enable new line processing in message
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronfagan committed Mar 7, 2019
1 parent f35d07b commit a64fc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pushover
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ else
-F "token=${TOKEN}" \
-F "user=${USER}" \
-F "title=${TITLE}" \
-F "message=$(echo -ne ${MESSAGE})" \
-F "message=${MESSAGE}" \
-F "url=${URL}" \
-F "url_title=${URL_TITLE}" \
-F "device=${DEVICE}" \
Expand Down

0 comments on commit a64fc56

Please sign in to comment.