From a94931425fb7ce13841037c7fd20a16eecbe6525 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 10 Nov 2020 14:37:32 -0800 Subject: [PATCH] Fix the app id --- CloudronManifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index 0bfe0c4..d8b6875 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -1,6 +1,6 @@ { "version": "0.1.0", - "id": "eriktad.prometheus.cloudronapp", + "id": "io.prometheus.cloudronapp", "author": "Erik Tadevosyan", "healthCheckPath": "/healthcheck", "httpPort": 8000, @@ -10,4 +10,4 @@ "ldap": {} }, "manifestVersion": 2 -} \ No newline at end of file +}