Skip to content

Commit 387b0df

Browse files
committed
fix invalid next
1 parent 43c709a commit 387b0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendors/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def check_sha256(filename, expected_hash)
5959
sha256.update(buf)
6060
end
6161
end
62-
next if sha256.hexdigest == expected_hash
62+
return if sha256.hexdigest == expected_hash
6363

6464
raise "bad sha256 checksum for #{filename} (expected #{expected_hash} got #{sha256.hexdigest})"
6565
end

0 commit comments

Comments
 (0)