Commit db1dc523 authored by Antoine Catton's avatar Antoine Catton

Minor: bug fix on publish url recipe

parent 1e9ca8ed
......@@ -56,7 +56,7 @@ class Recipe(GenericSlapRecipe):
if option in self.options:
self.urlparts[option] = self.options[option]
if 'user' in self.options:
if 'username' in self.options:
self.urlparts.update(auth=(self.options['username'],))
if 'password' in self.options:
self.urlparts.update(auth=(self.options['username'],
......
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