mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-06 18:33:10 +03:00
Fix typo
This commit is contained in:
parent
4776dba003
commit
f8a7ef1e19
4
Makefile
4
Makefile
@ -61,12 +61,12 @@ Jamstash-master:
|
|||||||
rm -rf Jamstash-master/node_modules Jamstash-master/bower_components
|
rm -rf Jamstash-master/node_modules Jamstash-master/bower_components
|
||||||
|
|
||||||
check_env: check_go_env check_node_env
|
check_env: check_go_env check_node_env
|
||||||
.PHONE: check_env
|
.PHONY: check_env
|
||||||
|
|
||||||
check_hooks:
|
check_hooks:
|
||||||
@lefthook add pre-commit
|
@lefthook add pre-commit
|
||||||
@lefthook add pre-push
|
@lefthook add pre-push
|
||||||
.PHONE: check_hooks
|
.PHONY: check_hooks
|
||||||
|
|
||||||
check_go_env:
|
check_go_env:
|
||||||
@(hash go) || (echo "\nERROR: GO environment not setup properly!\n"; exit 1)
|
@(hash go) || (echo "\nERROR: GO environment not setup properly!\n"; exit 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user