We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5220ded commit 15c1e6eCopy full SHA for 15c1e6e
lib/puppet/parser/functions/docker_run_flags.rb
@@ -8,7 +8,7 @@ module Puppet::Parser::Functions
8
subject = args[0]
9
10
escape_function = if self['facts'] && self['facts']['os']['family'] == 'windows'
11
- 'powershell_escape'
+ 'stdlib::powershell_escape'
12
else
13
'shell_escape'
14
end
0 commit comments