diff --git a/Yavsc/Makefile b/Yavsc/Makefile index 19a4bdf9..e63956ab 100644 --- a/Yavsc/Makefile +++ b/Yavsc/Makefile @@ -34,7 +34,7 @@ pushInProd: bin/output/wwwroot/version ssh root@localhost systemctl start kestrel status: -ifeq ($(git status -s --porcelain |wc -l),'0') +ifeq ($(git status -s --porcelain |wc -l),0) @echo oui else @echo non