mirror of
https://github.com/jimeh/ansible-adguardhome.git
synced 2026-02-19 07:06:38 +00:00
chore(makefile): Fix typo in new-version target
This commit is contained in:
2
Makefile
2
Makefile
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user