fixing#972

This commit is contained in:
ludek_navratil
2018-02-08 17:21:44 +00:00
parent 9b134da849
commit 37f7fd52e8

View File

@@ -34,7 +34,7 @@ do
if [ "$basefilename" = "etcd-dashboard.json" ]; then if [ "$basefilename" = "etcd-dashboard.json" ]; then
hack/scripts/wrap-dashboard.sh $f prometheus-etcd | sed "s/^/ /g" hack/scripts/wrap-dashboard.sh $f prometheus-etcd | sed "s/^/ /g"
else else
hack/scripts/wrap-dashboard.sh $f prometheus-k8s | sed "s/^/ /g" hack/scripts/wrap-dashboard.sh $f prometheus | sed "s/^/ /g"
fi fi
done done