From ebe06d2601dde742059f741dd4ec2b6ba1231428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dario=20Vladovi=C4=87?= Date: Sun, 12 Apr 2020 19:35:44 +0200 Subject: [PATCH] Update max (#80529) Fix `zap` stanza. --- Casks/max.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/max.rb b/Casks/max.rb index c53b8bf755..ffee86a319 100644 --- a/Casks/max.rb +++ b/Casks/max.rb @@ -19,5 +19,5 @@ cask 'max' do name 'Max' homepage 'https://sbooth.org/Max/' - zap trash: '~/Library/Preferences/comorg.sbooth.Max.plist' + zap trash: '~/Library/Preferences/org.sbooth.Max.plist' end