download_strategy: remove exclamation point
Closes Homebrew/homebrew#41171. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
7690a00d04
commit
689d741e16
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user