Skip to content

Commit a6b1e04

Browse files
OskarEichlerpocke
authored andcommitted
Run collection cleaner from CLI
1 parent 57712f0 commit a6b1e04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/rbs/cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ def run_collection(args, options)
11581158
stderr.puts "#{lock_path} should exist to clean"
11591159
return 1
11601160
end
1161-
Collection::Cleaner.new(lockfile_path: lock_path)
1161+
Collection::Cleaner.new(lockfile_path: lock_path).clean
11621162
when 'help', 'hel', 'he', 'h'
11631163
stdout.puts opts.help
11641164
else

0 commit comments

Comments
 (0)