From 689d741e168cec8fde4adcc844f4152815be0d99 Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Sun, 28 Jun 2015 19:14:45 -0700 Subject: [PATCH] download_strategy: remove exclamation point Closes Homebrew/homebrew#41171. Signed-off-by: Dominyk Tiller --- Library/Homebrew/download_strategy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 33f824dba9..597ab1ad9a 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