diff --git a/lib/mastodon/cli/media.rb b/lib/mastodon/cli/media.rb index 1cf412e981..bdc7d162ca 100644 --- a/lib/mastodon/cli/media.rb +++ b/lib/mastodon/cli/media.rb @@ -173,7 +173,7 @@ module Mastodon::CLI objects.each do |object| path_segments = object.key.split('/') progress.increment - next unless orphaned_file?(path_segments) + next unless orphaned_file?(path_segments) begin object.destroy unless dry_run? reclaimed_bytes += object.content_length