From 508b217ea6bc401db74af86ae4df537469d8ac5a Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 15 Dec 2021 13:49:11 -0800 Subject: [PATCH] build.cmd: fix syntax. --- build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cmd b/build.cmd index ef4381353b..57d01d143a 100644 --- a/build.cmd +++ b/build.cmd @@ -40,7 +40,7 @@ if not errorlevel 1 ( echo Deleting staging images from temp/... del temp\staging.*.image -if "%1"!="net-bootstrap" ( +if not "%1"=="net-bootstrap" ( echo Updating working copy from %GIT_BRANCH%... call git pull https://github.com/factor/factor %GIT_BRANCH% if errorlevel 1 goto fail -- 2.34.1