Skip to content
Snippets Groups Projects
Commit 3dafe352 authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Fix dispatch.

parent 7f433945
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ Puppet::Functions.create_function(:percent_escape) do
# The string to encode
# @return
# The string percent encoded.
dispatch :percent do
dispatch :percent_escape do
param 'String', :string
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment