diff options
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/utils.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/utils.rb | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/Library/Homebrew/cask/lib/hbc/utils.rb b/Library/Homebrew/cask/lib/hbc/utils.rb index b2b65a08e..59e85aaeb 100644 --- a/Library/Homebrew/cask/lib/hbc/utils.rb +++ b/Library/Homebrew/cask/lib/hbc/utils.rb @@ -2,8 +2,6 @@ require "yaml"  require "open3"  require "stringio" -require "hbc/utils/file" -  BUG_REPORTS_URL = "https://github.com/caskroom/homebrew-cask#reporting-bugs".freeze  # monkeypatch Object - not a great idea @@ -29,7 +27,7 @@ end  # global methods  def odebug(title, *sput) -  return unless Hbc::CLI.debug? +  return unless ARGV.debug?    puts Formatter.headline(title, color: :magenta)    puts sput unless sput.empty?  end | 
