diff --git a/lib/cask/exceptions.rb b/lib/cask/exceptions.rb index 9677f525c..4be72d2e5 100644 --- a/lib/cask/exceptions.rb +++ b/lib/cask/exceptions.rb @@ -51,14 +51,14 @@ class CaskCommandFailedError < CaskError end def to_s; - <<-EOS.undent - Command failed to execute! + <<-EOS +Command failed to execute! - ==> Failed command: - #{@cmd} +==> Failed command: +#{@cmd} - ==> Output of failed command: - #{@output} +==> Output of failed command: +#{@output} EOS end end