Remove brace expansion in arg list (#6091) (#6092)

automerge
This commit is contained in:
mergify[bot]
2019-09-25 10:28:19 -07:00
committed by Grimes
parent 0249d53a14
commit d203adc3d9

View File

@ -396,7 +396,7 @@ deploy() {
( (
echo "--- net.sh update" echo "--- net.sh update"
set -x 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) testnet-perf)