From 65169f1d9b9e38714b173445d76e0e22514a0461 Mon Sep 17 00:00:00 2001 From: Patrik Lundin Date: Wed, 3 Jul 2024 14:51:54 +0200 Subject: [PATCH] Make addhost happy Fixes: ``` ./addhost: repo not set in cosmos.conf and no git remote named 'ro' found ``` --- cosmos.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosmos.conf b/cosmos.conf index 0ffc2ea..72fef24 100644 --- a/cosmos.conf +++ b/cosmos.conf @@ -1,2 +1,2 @@ tag="cdn-ops" -#repo=git://override-repo-URL +repo=https://platform.sunet.se/sunet-cdn/cdn-ops.git