From edbab1852f5496cff882fa0724e613484958bd87 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 14 May 2016 22:43:48 +0100 Subject: [PATCH] corrected function name --- lgsm/functions/comms_pushbullet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/comms_pushbullet.sh b/lgsm/functions/comms_pushbullet.sh index 2f0138a0c..8cca21483 100644 --- a/lgsm/functions/comms_pushbullet.sh +++ b/lgsm/functions/comms_pushbullet.sh @@ -6,6 +6,6 @@ lgsm_version="140516" # Description: Notifications using pushbullet. -curl -u """${pushbullettoken}"":" -d type="note" -d body="${commsbody}" -d title="${commstitle}" 'https://api.pushbullet.com/v2/pushes' >/dev/null 2>&1 +curl -u """${pushbullettoken}"":" -d type="note" -d body="${commsbody}" -d title="${commssubject}" 'https://api.pushbullet.com/v2/pushes' >/dev/null 2>&1 fn_print_ok_nl "Sent Pushbullet notification" fn_scriptlog "Sent Pushbullet notification"