Skip to content

Commit

Permalink
Fix rubocop rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sanG-github committed Jan 30, 2024
1 parent 0b1c70e commit 0bd40bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .template/spec/support/serverspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def self.test_container
logger = Logger.new($stdout)
logger.level = Logger::WARN

Docker::Container.all(:all => true).each do |container|
Docker::Container.all(all: true).each do |container|
logger.warn "Container: #{container.id} #{container.info['Names']}"
end

Expand Down

0 comments on commit 0bd40bf

Please sign in to comment.