diff --git a/ci/testnet-manager.sh b/ci/testnet-manager.sh index a01297045..f9a777818 100755 --- a/ci/testnet-manager.sh +++ b/ci/testnet-manager.sh @@ -389,7 +389,7 @@ deploy() { ( echo "--- net.sh update" set -x - time net/net.sh update -t "$CHANNEL_OR_TAG" --platform linux --platform osx --platform windows + time net/net.sh update -t "$CHANNEL_OR_TAG" --platform linux --platform osx #--platform windows ) ;; testnet-perf)