We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c11cb commit b8f7197Copy full SHA for b8f7197
1 file changed
.github/actions/presuite.rb
@@ -94,7 +94,7 @@ def install_facter
94
message('OVERWRITE FACTER FROM PUPPET AGENT')
95
96
# clean facter directory
97
- FileUtils.rm_r(facter_lib_path)
+ FileUtils.rm_rf(facter_lib_path)
98
FileUtils.mkdir(facter_lib_path)
99
100
Dir.chdir('../') do
0 commit comments