From 8b0b45f5f26f61cc33f9f737f32fd6ebb61636eb Mon Sep 17 00:00:00 2001 From: Steffi Wehrle Date: Wed, 4 Jan 2023 15:56:31 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20=20fix=20wrong=20value=20(?= =?UTF-8?q?that's=20not=20actually=20used=20anyways)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.json b/src/config.json index 866b3ecc..b16a4663 100644 --- a/src/config.json +++ b/src/config.json @@ -32,6 +32,6 @@ "kubernetesAPI": "Kubernetes API", "oauth": "API Token" }, - "consoleUrlKey": "consoleUrl" + "consoleUrlKey": "console" } }