Skip to content

Commit fe0fcb4

Browse files
author
Dave Try
committed
fixing tupe in fact
1 parent bf33c6c commit fe0fcb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/docker_full_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
default_docker_exec_command = 'cmd /c "echo test > c:\windows\temp\test_file.txt"'
1818
docker_mount_path = "c:/windows/temp"
1919
storage_driver = "windowsfilter"
20-
elsif fact('osfamily') == 'Redhat'
20+
elsif fact('osfamily') == 'RedHat'
2121
docker_args = "repo_opt => '--enablerepo=localmirror-extras'"
2222
default_image = 'alpine'
2323
second_image = 'busybox'

0 commit comments

Comments
 (0)