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):
continue
options[name + '.' + key] = cast(value)
def install(self):
return []
update = install
install = update = 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