We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c709a commit 387b0dfCopy full SHA for 387b0df
vendors/Rakefile
@@ -59,7 +59,7 @@ def check_sha256(filename, expected_hash)
59
sha256.update(buf)
60
end
61
62
- next if sha256.hexdigest == expected_hash
+ return if sha256.hexdigest == expected_hash
63
64
raise "bad sha256 checksum for #{filename} (expected #{expected_hash} got #{sha256.hexdigest})"
65
0 commit comments