diff --git a/catalogue/catalogue.go b/catalogue/catalogue.go index 8c8a8d14d..328569334 100644 --- a/catalogue/catalogue.go +++ b/catalogue/catalogue.go @@ -54,7 +54,7 @@ type serviceMeta struct { Tag string `json:"tag"` } -// recipe represents a recipe in the abra catalogue +// Recipe represents a recipe in the abra catalogue type Recipe struct { Category string `json:"category"` DefaultBranch string `json:"default_branch"`