chore(makefile): Fix typo in error message

This commit is contained in:
2020-05-05 00:10:24 +01:00
parent bfd4203ffa
commit 9ff0a994d3

View File

@@ -7,9 +7,9 @@ default: vendor
.PHONY: new-version
new-version:
$(if $(shell which npx),,\
$(error No npx not found in PATH, please install NodeJS))
$(error No npx found in PATH, please install NodeJS))
$(if $(shell which standard-version),,\
$(error No standard-version not found in PATH, install with: \
$(error No standard-version found in PATH, install with: \
npm install -g standard-version))
npx standard-version