Skip to content

Commit b5e3ac7

Browse files
committed
Fix incorrect return
1 parent b5e74ce commit b5e3ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ end
5555

5656
namespace :binary do
5757
task all: :binary do
58-
return unless RUBY_PLATFORM =~ /darwin-?(\d+)/
58+
next unless RUBY_PLATFORM =~ /darwin-?(\d+)/
5959

6060
current = Integer($1)
6161

0 commit comments

Comments
 (0)