From 766ce52e2bf3e6f4dc30c15299a98948d119e192 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 8 Jun 2017 11:44:54 +0200 Subject: [PATCH] status --- Yavsc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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