Remove edge channel hardcode

This commit is contained in:
Michael Vines
2019-11-22 20:34:30 -07:00
parent e8db4997de
commit a0231f3d87

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)