From d203adc3d98c322e30c701a5d9113761150b35c4 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2019 10:28:19 -0700 Subject: [PATCH] Remove brace expansion in arg list (#6091) (#6092) automerge --- 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)