Skip to content

Commit b8f7197

Browse files
committed
Ignore errors if directory does not exist
1 parent 36c11cb commit b8f7197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/presuite.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def install_facter
9494
message('OVERWRITE FACTER FROM PUPPET AGENT')
9595

9696
# clean facter directory
97-
FileUtils.rm_r(facter_lib_path)
97+
FileUtils.rm_rf(facter_lib_path)
9898
FileUtils.mkdir(facter_lib_path)
9999

100100
Dir.chdir('../') do

0 commit comments

Comments
 (0)