Commit e8cadb39 authored by Vincent Pelletier's avatar Vincent Pelletier Committed by Kazuhiko Shiozaki

Simplify code.

parent 5b4070fe
...@@ -108,7 +108,4 @@ class Recipe(object): ...@@ -108,7 +108,4 @@ class Recipe(object):
continue continue
options[name + '.' + key] = cast(value) options[name + '.' + key] = cast(value)
def install(self): install = update = lambda self: []
return []
update = install
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