chore(makefile): Fix typo in new-version target

This commit is contained in:
2020-03-06 12:48:47 +00:00
parent c282af1dd5
commit 62109e63fd

View File

@@ -17,7 +17,7 @@ bootstrap:
new-version:
$(if $(shell which npx),,\
$(error No npx not found in PATH, please install NodeJS))
$(if $(shell which standardx-version),,\
$(if $(shell which standard-version),,\
$(error No standard-version not found in PATH, install with: \
npm install -g standard-version))