forked from toolshed/abra
refactor: the grand recipe release refactor
This commit is contained in:
@ -235,7 +235,8 @@ A new catalogue copy can be published to the recipes repository by passing the
|
||||
}
|
||||
}
|
||||
|
||||
if err := gitPkg.Commit("**.json", internal.CommitMessage, internal.Dry, internal.Push); err != nil {
|
||||
cataloguePath := path.Join(config.ABRA_DIR, "catalogue")
|
||||
if err := gitPkg.Commit(cataloguePath, "**.json", internal.CommitMessage, internal.Dry, internal.Push); err != nil {
|
||||
logrus.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user