Skip to content

Commit ebbbfe9

Browse files
LukasAudsmortex
andauthored
Update missing namespaced function
Co-authored-by: Romain Tartière <[email protected]>
1 parent 15c1e6e commit ebbbfe9

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
@@ -10,7 +10,7 @@ module Puppet::Parser::Functions
1010
escape_function = if self['facts'] && self['facts']['os']['family'] == 'windows'
1111
'stdlib::powershell_escape'
1212
else
13-
'shell_escape'
13+
'stdlib::shell_escape'
1414
end
1515

1616
call_function(escape_function, subject)

0 commit comments

Comments
 (0)