From a5ca0513037bfc5043a23fe1518ccdd7d99f1bba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 1 Apr 2021 17:12:18 +0200 Subject: [PATCH] Fix bundled dashboard --- src/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin.json b/src/plugin.json index ffc6570f..f0174a5b 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -8,7 +8,7 @@ "alerting": true, "metrics": true, "includes": [ - { "type": "dashboard", "name": "GitHub (demo)", "path": "./dashboards/dashboard.json" } + { "type": "dashboard", "name": "GitHub (demo)", "path": "dashboards/dashboard.json" } ], "info": { "description": "Show data about github issues/pull requests",