From 736ac8241c8a6b9cf160c11604f2e13696bc33ae Mon Sep 17 00:00:00 2001 From: Robert Parker Date: Wed, 20 Dec 2023 11:34:11 -0700 Subject: [PATCH] correct windows build example with custom branch --- doc/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build.md b/doc/build.md index 87317ef0..43c7eaea 100644 --- a/doc/build.md +++ b/doc/build.md @@ -131,7 +131,7 @@ To test the Windows build, run Note that the second argument to `build.ps1` is interpreted as an argument to `docker build`, so to run with a custom branch and no such argument, run ```powershell -.\build.ps1 windows https://github.com/user/idaes-ext.git mybranch +.\build.ps1 windows "" https://github.com/user/idaes-ext.git mybranch ``` ## Release Hashes