Skip to content

Commit

Permalink
Resolve rubocop offense
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanlcarlson committed Apr 22, 2024
1 parent efbcea4 commit 4d259f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/compose_v3_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class { 'docker::compose':
end

it 'has removed the compose plugin' do
run_shell("docker compose version", expect_failures: true)
run_shell('docker compose version', expect_failures: true)
end
end
end

0 comments on commit 4d259f8

Please sign in to comment.