From 6d5d12c8715aec0205e94fc6a459938dcbef6602 Mon Sep 17 00:00:00 2001 From: Jakub Guzik Date: Tue, 4 Nov 2025 09:29:32 +0100 Subject: [PATCH] test dnm Signed-off-by: Jakub Guzik --- cmd/pipeline-controller/config_watcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/pipeline-controller/config_watcher.go b/cmd/pipeline-controller/config_watcher.go index 0b63c81b0a..c2fb08436e 100644 --- a/cmd/pipeline-controller/config_watcher.go +++ b/cmd/pipeline-controller/config_watcher.go @@ -9,7 +9,7 @@ import ( "gopkg.in/yaml.v2" ) -// RepoItem represents a repository configuration that can be either a string or an object +// RepoItem r epresents a repository configuration that can be either a string or an object type RepoItem struct { Name string Mode struct {