main
Paul Schneider 9 years ago
parent a52754ab46
commit 766ce52e2b
1 changed files with 1 additions and 1 deletions

@ -34,7 +34,7 @@ pushInProd: bin/output/wwwroot/version
ssh root@localhost systemctl start kestrel ssh root@localhost systemctl start kestrel
status: status:
ifeq ($(git status -s --porcelain |wc -l),'0') ifeq ($(git status -s --porcelain |wc -l),0)
@echo oui @echo oui
else else
@echo non @echo non

Loading…