From 99b27b421d42b531c6531a7440bb4da1a0afb0fb Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Sat, 21 Mar 2015 21:52:48 -0400 Subject: [PATCH] fix pushover --- syncScripts/SyncTemplate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncScripts/SyncTemplate.sh b/syncScripts/SyncTemplate.sh index f0f550f..3bcd9ef 100755 --- a/syncScripts/SyncTemplate.sh +++ b/syncScripts/SyncTemplate.sh @@ -263,7 +263,7 @@ DELETE="--delete" # PUSHOVER is an online notification tool. # If you want to receive notifications upon completion # set the following value to "true" -PUSHOVERnotice="false" +PUSHOVERNOTIFY="false" # CANONICALHOST is used to denote a sync hub which should never initiate a sync. # Leave blank if not needed.