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 {