diff --git a/cli/catalogue/generate.go b/cli/catalogue/generate.go index d58289806..35d1b013b 100644 --- a/cli/catalogue/generate.go +++ b/cli/catalogue/generate.go @@ -168,8 +168,8 @@ A new catalogue copy can be published to the recipes repository by passing the Description: recipeMeta.Description, Website: recipeMeta.Website, Versions: versions, - // Category: ..., // FIXME: once we sort out the machine-readable catalogue interface - // Features: ..., // FIXME: once we figure out the machine-readable catalogue interface + // Category: ..., // FIXME: parse & load + // Features: ..., // FIXME: parse & load } catlBar.Add(1) }