diff options
| author | VĂtor GalvĂŁo | 2017-03-31 20:19:27 +0100 |
|---|---|---|
| committer | VĂtor GalvĂŁo | 2017-03-31 20:24:23 +0100 |
| commit | 7c048b6f71b031ab8ee1289a70b51cef24408dcc (patch) | |
| tree | 06a0979839ddca7d814d6b70e48f3f5f303e295f /Library/Homebrew/cask/lib | |
| parent | e30eeb3d1b77b044ddce7852893d0a87bd7ed277 (diff) | |
| download | brew-7c048b6f71b031ab8ee1289a70b51cef24408dcc.tar.bz2 | |
cask: remove pre_bug_report links
Diffstat (limited to 'Library/Homebrew/cask/lib')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/utils.rb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/utils.rb b/Library/Homebrew/cask/lib/hbc/utils.rb index 3fc817dd5..aba7138cb 100644 --- a/Library/Homebrew/cask/lib/hbc/utils.rb +++ b/Library/Homebrew/cask/lib/hbc/utils.rb @@ -4,8 +4,7 @@ require "stringio" require "hbc/utils/file" -PREBUG_URL = "https://github.com/caskroom/homebrew-cask/blob/master/doc/reporting_bugs/pre_bug_report.md".freeze -ISSUES_URL = "https://github.com/caskroom/homebrew-cask#reporting-bugs".freeze +BUG_REPORTS_URL = "https://github.com/caskroom/homebrew-cask#reporting-bugs".freeze # monkeypatch Object - not a great idea class Object @@ -96,11 +95,7 @@ module Hbc def self.error_message_with_suggestions <<-EOS.undent Follow the instructions here: - #{Formatter.url(PREBUG_URL)} - - If this doesnât fix the problem, please report this bug: - #{Formatter.url(ISSUES_URL)} - + #{Formatter.url(BUG_REPORTS_URL)} EOS end |
