Skip to content

Commit 663e97d

Browse files
committed
Create parent directories if they are missing
1 parent b8f7197 commit 663e97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/presuite.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def install_facter
9595

9696
# clean facter directory
9797
FileUtils.rm_rf(facter_lib_path)
98-
FileUtils.mkdir(facter_lib_path)
98+
FileUtils.mkdir_p(facter_lib_path)
9999

100100
Dir.chdir('../') do
101101
run("\'#{puppet_ruby}\' install.rb --bindir=\'#{puppet_puppet_bin_dir}\' " \

0 commit comments

Comments
 (0)