diff options
| -rwxr-xr-x | Library/Contributions/cmd/brew-gist-logs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-gist-logs.rb b/Library/Contributions/cmd/brew-gist-logs.rb index 4a1e088e8..c94ccb7bf 100755 --- a/Library/Contributions/cmd/brew-gist-logs.rb +++ b/Library/Contributions/cmd/brew-gist-logs.rb @@ -80,7 +80,7 @@ end class HTTP_Error < RuntimeError def initialize response - super "Error: HTTP #{response.code} #{response.message}" + super "HTTP #{response.code} #{response.message}" end end |
