Skip to content

Commit e78e942

Browse files
authored
Update Rakefile
1 parent e5d7c69 commit e78e942

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
@@ -11,4 +11,4 @@ end
1111
task default: :test
1212

1313
path = File.expand_path(__dir__)
14-
Dir.glob("#{path}/lib/diffcrypt/tasks/**/*.rake").each { |f| load f }
14+
Dir.glob("#{path}/lib/diffcrypt/tasks/**/*.rake").each { load(_1) }

0 commit comments

Comments
 (0)