almost to a release

This commit is contained in:
Jeff Carr 2024-02-16 21:28:08 -06:00
parent 67afbba6f0
commit 9cce297abf
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ func mergeAllDevelToMain() bool {
}
log.Info("found", repo.String(), repo.dirtyLabel.String())
repo.newScan()
if repo.status.MergeUserToDevel() {
if repo.status.MergeDevelToMaster() {
log.Warn("THINGS SEEM OK fullAutomation() returned true.")
} else {
log.Warn("last repo:", repo.status.Path())