Commit 91e86313 authored by Vincent Pelletier's avatar Vincent Pelletier Committed by Rafael Monnerat

Use a more consistent parameter naming in 6tunnel recipe.

parent 183732ae
......@@ -45,7 +45,7 @@ class Recipe(GenericBaseRecipe):
'ipv4': self.options['ipv4'],
'ipv4_port': self.options['ipv4-port'],
'shell_path': self.options['shell-path'],
'6tunnel_path': self.options['tunnel6-path'],
'6tunnel_path': self.options['6tunnel-path'],
},
),
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment