zerovm / zpm

ZeroVM Package Manager
Apache License 2.0
6 stars 11 forks source link

zpm: only deploy ui when ui section in zapp.yaml #190

Closed larsbutler closed 9 years ago

larsbutler commented 9 years ago

If the ui section was not present in the zapp.yaml file (default), zpm deploy would try nonetheless to deploy ui files, resulting in a crash.

This change fixes that.