Skip to content

Commit 4d259f8

Browse files
Resolve rubocop offense
1 parent efbcea4 commit 4d259f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/compose_v3_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class { 'docker::compose':
134134
end
135135

136136
it 'has removed the compose plugin' do
137-
run_shell("docker compose version", expect_failures: true)
137+
run_shell('docker compose version', expect_failures: true)
138138
end
139139
end
140140
end

0 commit comments

Comments
 (0)