commitdev / zero

Allow startup developers to ship to production on day 1
https://getzero.dev
Mozilla Public License 2.0
557 stars 51 forks source link

Zero check - fail on wget #446

Open pmoranga opened 2 years ago

pmoranga commented 2 years ago

zero check fails to pass when using wget version does not contain the PATCH part.

$ wget --version  | grep -E '^GNU Wget'
GNU Wget 1.14 built on linux-gnu.

The regex for the wget looks for expect the version to be in format MAJOR.MINOR.PATCH.

Amazon Linux 2 for example comes with wget 1.14, and as shown above it fails on the test.