stelligent / mu

A full-stack DevOps on AWS framework
https://getmu.io
MIT License
974 stars 135 forks source link

Correctly warn if program version unparsable #330

Closed jeffb4 closed 6 years ago

jeffb4 commented 6 years ago

Currently the conditional checking whether stack and program versions are parsable incorrectly warns of both problems when the stack version is unparsable, and never warns about the program version parsing if the stack is parsable.

This change fixes the logic