From 678a5aff83055e934fadaa4d8779f317e5565652 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 25 Sep 2019 12:52:07 -0400 Subject: [PATCH] Remove brace expansion in arg list (#6091) --- ci/testnet-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/testnet-manager.sh b/ci/testnet-manager.sh index eaaa0621c9..3f30a684e6 100755 --- a/ci/testnet-manager.sh +++ b/ci/testnet-manager.sh @@ -396,7 +396,7 @@ deploy() { ( echo "--- net.sh update" set -x - time net/net.sh update -t "$CHANNEL_OR_TAG" --platform\ {linux,osx,windows} + time net/net.sh update -t edge --platform linux --platform osx --platform windows ) ;; testnet-perf)