From ec13a1edaa25243764c2b804a81717b78452c964 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 3 Jan 2021 09:56:51 +0100 Subject: [PATCH] bundles/simple-icinga-dashboard: repo is public now --- bundles/simple-icinga-dashboard/items.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/simple-icinga-dashboard/items.py b/bundles/simple-icinga-dashboard/items.py index c1f70fe..9dad2ce 100644 --- a/bundles/simple-icinga-dashboard/items.py +++ b/bundles/simple-icinga-dashboard/items.py @@ -13,7 +13,7 @@ directories = { git_deploy = { '/opt/simple-icinga-dashboard/src': { - 'repo': 'ssh://git@git.kunsmann.eu/sophie/simple-icinga-dashboard.git', + 'repo': 'https://git.kunsmann.eu/sophie/simple-icinga-dashboard.git', 'rev': 'main', }, }