diff --git a/lib/hbc/installer.rb b/lib/hbc/installer.rb index 7a46a57a3a83..36d58adf51b7 100644 --- a/lib/hbc/installer.rb +++ b/lib/hbc/installer.rb @@ -304,7 +304,7 @@ def zap uninstall_artifacts if Hbc::Artifact::Zap.me?(@cask) ohai "Dispatching zap stanza" - Hbc::Artifact::Zap.new(@cask, @command).zap_phase + Hbc::Artifact::Zap.new(@cask, command: @command).zap_phase else opoo "No zap stanza present for Cask '#{@cask}'" end