Commit 4c6fd16c authored by Vincent Pelletier's avatar Vincent Pelletier

Define missing update method.

parent 783ed21b
......@@ -41,5 +41,4 @@ class Recipe(GenericBaseRecipe):
password = password_file.read()
options['password'] = password
def install(self):
return []
update = install = lambda self: []
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