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