Przeglądaj źródła

corrected function name

Daniel Gibbs 10 lat temu
rodzic
commit
edbab1852f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lgsm/functions/comms_pushbullet.sh

+ 1 - 1
lgsm/functions/comms_pushbullet.sh

@@ -6,6 +6,6 @@ lgsm_version="140516"
 
 
 # Description: Notifications using pushbullet.
 # 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_print_ok_nl "Sent Pushbullet notification"
 fn_scriptlog "Sent Pushbullet notification"
 fn_scriptlog "Sent Pushbullet notification"