From 487826a5393f1ea240d829b2d0bffd5f07163fa4 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 7 Jun 2019 20:46:58 -0700 Subject: [PATCH] Deploy windows updates --- ci/testnet-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/testnet-deploy.sh b/ci/testnet-deploy.sh index 08b24b496..1165471a6 100755 --- a/ci/testnet-deploy.sh +++ b/ci/testnet-deploy.sh @@ -331,7 +331,7 @@ if ! $skipStart; then rm -f update_manifest_keypair.json args+=(--deploy-update linux) args+=(--deploy-update osx) - #args+=(--deploy-update windows) + args+=(--deploy-update windows) fi # shellcheck disable=SC2086 # Don't want to double quote the $maybeXYZ variables