From 449d7042f0eadc1a04be2c9949b638136e260685 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 3 Sep 2018 16:59:06 -1000 Subject: [PATCH] Configure metrics correctly --- ci/testnet-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/testnet-sanity.sh b/ci/testnet-sanity.sh index 3b01a714e..213973480 100755 --- a/ci/testnet-sanity.sh +++ b/ci/testnet-sanity.sh @@ -4,7 +4,7 @@ # cd "$(dirname "$0")/.." -source scripts/metrics-write-datapoint.sh +source scripts/configure-metrics.sh NET_URL=$1 if [[ -z $NET_URL ]]; then