From 8a83b4fff575d33c40beb0c4550d7b3004361714 Mon Sep 17 00:00:00 2001 From: halorrr Date: Mon, 26 Mar 2018 09:29:26 -0400 Subject: [PATCH] Capitalized first letter of filename to fix link --- app/SupportedApps/{grafana.php => Grafana.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename app/SupportedApps/{grafana.php => Grafana.php} (94%) diff --git a/app/SupportedApps/grafana.php b/app/SupportedApps/Grafana.php similarity index 94% rename from app/SupportedApps/grafana.php rename to app/SupportedApps/Grafana.php index 867d69989..df8782aa9 100644 --- a/app/SupportedApps/grafana.php +++ b/app/SupportedApps/Grafana.php @@ -9,4 +9,4 @@ public function icon() { return 'supportedapps/grafana.png'; } -} \ No newline at end of file +}