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

Define missing update method.

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