Skip to content

Commit e31e52b

Browse files
committed
repair ubuntu
1 parent a4545ed commit e31e52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spec/acceptance/docker_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class { 'docker': #{docker_args},
5757
end
5858

5959
context 'Checking root_dir value' do
60-
docker_args = docker_args + ',root_dir =>' + '"' + root_dir + '"'
60+
docker_args = docker_args + 'root_dir =>' + '"' + root_dir + '"'
6161
let(:pp) do
6262
"class { 'docker': #{docker_args}}"
6363
end

0 commit comments

Comments
 (0)