forked from toolshed/abra
refactor!: simplifying publish logic
This commit is contained in:
@ -47,9 +47,9 @@ func Commit(repoPath, glob, commitMessage string, dryRun bool) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
logrus.Info("changes commited")
|
||||
logrus.Debug("git changes commited")
|
||||
} else {
|
||||
logrus.Info("dry run: no changes commited")
|
||||
logrus.Debug("dry run: no changes commited")
|
||||
}
|
||||
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user