From b39e8430ba798c55fd267e3d772ab8a071c8ce5b Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Thu, 18 Sep 2014 07:57:56 -0400 Subject: [PATCH] cvt to :delete fantastical --- Casks/fantastical.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/fantastical.rb b/Casks/fantastical.rb index 0dc3c8cc184..73f44be9a87 100644 --- a/Casks/fantastical.rb +++ b/Casks/fantastical.rb @@ -12,5 +12,5 @@ class Fantastical < Cask # Don't ask to move the app bundle to /Applications system '/usr/bin/defaults', 'write', 'com.flexibits.fantastical', 'moveToApplicationsFolderAlertSuppress', '-bool', 'true' end - zap :files => '~/Library/Preferences/com.flexibits.fantastical.plist' + zap :delete => '~/Library/Preferences/com.flexibits.fantastical.plist' end