Skip to content

Commit 15c1e6e

Browse files
committed
$powershell_escape namespacing
1 parent 5220ded commit 15c1e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/parser/functions/docker_run_flags.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module Puppet::Parser::Functions
88
subject = args[0]
99

1010
escape_function = if self['facts'] && self['facts']['os']['family'] == 'windows'
11-
'powershell_escape'
11+
'stdlib::powershell_escape'
1212
else
1313
'shell_escape'
1414
end

0 commit comments

Comments
 (0)