refactor: use config var for path

This commit is contained in:
decentral1se 2021-12-19 23:23:54 +01:00
parent b912e73c5e
commit a293179e89
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 2 deletions

View File

@ -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")