Skip to content

Commit 91bc1fc

Browse files
committed
2 parents 20c1506 + 7fc1d52 commit 91bc1fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ end
4343

4444
desc 'clean'
4545
task :clean do
46-
Dir['./**/*.%w{jar gem}'].each do |path|
47-
puts 'Deleting #{path} ...'
46+
Dir["./**/*.{jar,gem}"].each do |path|
47+
puts "Deleting #{path} ..."
4848
File.delete(path)
4949
end
5050
FileUtils.rm_rf('./target')

0 commit comments

Comments
 (0)