We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf33c6c commit fe0fcb4Copy full SHA for fe0fcb4
spec/acceptance/docker_full_spec.rb
@@ -17,7 +17,7 @@
17
default_docker_exec_command = 'cmd /c "echo test > c:\windows\temp\test_file.txt"'
18
docker_mount_path = "c:/windows/temp"
19
storage_driver = "windowsfilter"
20
-elsif fact('osfamily') == 'Redhat'
+elsif fact('osfamily') == 'RedHat'
21
docker_args = "repo_opt => '--enablerepo=localmirror-extras'"
22
default_image = 'alpine'
23
second_image = 'busybox'
0 commit comments