mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Fix typo
This commit is contained in:
parent
4776dba003
commit
f8a7ef1e19
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -61,12 +61,12 @@ Jamstash-master:
|
|||
rm -rf Jamstash-master/node_modules Jamstash-master/bower_components
|
||||
|
||||
check_env: check_go_env check_node_env
|
||||
.PHONE: check_env
|
||||
.PHONY: check_env
|
||||
|
||||
check_hooks:
|
||||
@lefthook add pre-commit
|
||||
@lefthook add pre-push
|
||||
.PHONE: check_hooks
|
||||
.PHONY: check_hooks
|
||||
|
||||
check_go_env:
|
||||
@(hash go) || (echo "\nERROR: GO environment not setup properly!\n"; exit 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue