diff --git a/cli/catalogue/catalogue.go b/cli/catalogue/catalogue.go index d7ed9bf6..9e6dfcbe 100644 --- a/cli/catalogue/catalogue.go +++ b/cli/catalogue/catalogue.go @@ -221,8 +221,7 @@ A new catalogue copy can be published to the recipes repository by passing the } } - cataloguePath := path.Join(config.ABRA_DIR, "catalogue", "recipes.json") - logrus.Infof("generated new recipe catalogue in %s", cataloguePath) + logrus.Infof("generated new recipe catalogue in %s", config.APPS_JSON) if internal.Commit { repoPath := path.Join(config.ABRA_DIR, "catalogue")