Remove edge channel hardcode

This commit is contained in:
Michael Vines
2019-11-22 20:34:30 -07:00
parent 6c89226ccf
commit 3e0b272a20

View File

@ -386,7 +386,7 @@ deploy() {
(
echo "--- net.sh update"
set -x
time net/net.sh update -t edge --platform linux --platform osx --platform windows
time net/net.sh update -t "$CHANNEL_OR_TAG" --platform linux --platform osx --platform windows
)
;;
testnet-perf)