From f8a7ef1e19bdf95cc95c4987b84ed643e7e79e90 Mon Sep 17 00:00:00 2001 From: Deluan Date: Thu, 4 Jun 2020 20:13:25 -0400 Subject: [PATCH] Fix typo --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 548849a11..a0e33a80b 100644 --- a/Makefile +++ b/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)