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

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)