Skip to content

Commit bfc3422

Browse files
LukasAudsmortex
andcommitted
Update missing namespaced function
Co-authored-by: Romain Tartière <romain@blogreen.org>
1 parent 7ad737a commit bfc3422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/parser/functions/docker_run_flags.rb

Lines changed: 1 addition & 1 deletion
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)