diff options
| author | Jeff Carr <[email protected]> | 2024-12-17 21:58:14 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-17 21:58:14 -0600 |
| commit | 79ea2eaec1e308276a2ebc6da9872bd21bee191c (patch) | |
| tree | 1293f18e7444c66302768659141d145e412bcc8d /doRelease.go | |
| parent | 491c4455d8e3df13d9ef1ce52751cc35292ad337 (diff) | |
more and more and morev0.23.6
Diffstat (limited to 'doRelease.go')
| -rw-r--r-- | doRelease.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doRelease.go b/doRelease.go index 71ca2aa..e1af8cb 100644 --- a/doRelease.go +++ b/doRelease.go @@ -208,7 +208,7 @@ func doRelease() bool { if !doReleaseFindNext() { log.Info("doReleaseFindNext() could not find a new", findCounter) log.Info("THIS PROBABLY MEANS THAT ACTUALLY WE ARE TOTALLY DONE?", findCounter) - count := me.forge.PrintReleaseReport() + count := me.forge.PrintReleaseReport(me.found) log.Info("count =", count) os.Setenv("FindNextDone", "true") return false |
