Remove brace expansion in arg list (#6091)

This commit is contained in:
Dan Albert 2019-09-25 12:52:07 -04:00 committed by GitHub
parent 03dc4a20a1
commit 678a5aff83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)