From dfdde1e289db35eb5f693eb40444a765b15fbf71 Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Tue, 10 Mar 2015 09:46:09 -0400 Subject: [PATCH] minor debug update --- syncScripts/SyncTemplate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncScripts/SyncTemplate.sh b/syncScripts/SyncTemplate.sh index a4bac89..7a14e02 100755 --- a/syncScripts/SyncTemplate.sh +++ b/syncScripts/SyncTemplate.sh @@ -116,7 +116,7 @@ function newCopy() { if [ "${scriptName}" = "SyncTemplate.sh" ]; then input "name your new script:" read newname - debug "Copying SyncTemplate.sh to ${newname}" + verbose "Copying SyncTemplate.sh to ${newname}" cp "${scriptPath}"/"${scriptName}" "${scriptPath}"/"${newname}" && verbose "cp ${scriptPath}/${scriptName} ${scriptPath}/${newname}" success "${newname} created." safeExit