fixing typo
This commit is contained in:
parent
61d767b561
commit
91ea4d11ae
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
module Puppet::Parser::Functions
|
module Puppet::Parser::Functions
|
||||||
newfunction(:strlength, :type => :rvalue) do |args|
|
newfunction(:strlength, :type => :rvalue) do |args|
|
||||||
argv[0].to_s.length
|
args[0].to_s.length
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue