From 2849e9054a1f652c1a5bfa87c3cd559e4666360e Mon Sep 17 00:00:00 2001 From: Jakub Guzik Date: Mon, 3 Nov 2025 15:34:17 +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..011c3b0068 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 represents a repository configuration that can be either a string or an object type RepoItem struct { Name string Mode struct {