aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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