From f475e424ae4e2bb6313c2edef9e37eece520d9a1 Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Sat, 13 Sep 2014 10:23:02 -0400 Subject: [PATCH] zap/uninstall :files in hall.rb --- Casks/hall.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/hall.rb b/Casks/hall.rb index bce17d585..d683528d9 100644 --- a/Casks/hall.rb +++ b/Casks/hall.rb @@ -6,5 +6,6 @@ class Hall < Cask homepage 'https://hall.com/download-hall/hall-for-mac' pkg 'Hall.pkg' - uninstall :pkgutil => 'com.companyline.hall.desktop', :files => '/Applications/Hall.app' + uninstall :pkgutil => 'com.companyline.hall.desktop', + :files => '/Applications/Hall.app' end