refactor: use config var for path
This commit is contained in:
parent
b912e73c5e
commit
a293179e89
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user