aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorAlex Dunn2015-06-28 19:14:45 -0700
committerDominyk Tiller2015-06-29 20:03:16 +0100
commit689d741e168cec8fde4adcc844f4152815be0d99 (patch)
tree0f60eda96742100d90a5619696478b3de463814a /Library/Homebrew
parent7690a00d0497cb2e5fbff9cfc364d8df0fc63c65 (diff)
downloadbrew-689d741e168cec8fde4adcc844f4152815be0d99.tar.bz2
download_strategy: remove exclamation point
Closes Homebrew/homebrew#41171. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/download_strategy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb
index 33f824dba..597ab1ad9 100644
--- a/Library/Homebrew/download_strategy.rb
+++ b/Library/Homebrew/download_strategy.rb
@@ -129,7 +129,7 @@ class VCSDownloadStrategy < AbstractDownloadStrategy
unless current_revision == @revision
raise <<-EOS.undent
#{@ref} tag should be #{@revision}
- but is actually #{current_revision}!
+ but is actually #{current_revision}
EOS
end
end