forked from toolshed/abra
feat: add dryflag, implement push for catalogue generate
This commit is contained in:
@ -155,7 +155,7 @@ You may invoke this command in "wizard" mode and be prompted for input:
|
||||
logrus.Fatal("no commit message specified?")
|
||||
}
|
||||
|
||||
if err := gitPkg.Commit("compose.**yml", internal.CommitMessage, internal.Dry); err != nil {
|
||||
if err := gitPkg.Commit("compose.**yml", internal.CommitMessage, internal.Dry, false); err != nil {
|
||||
logrus.Fatal(err)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user