summaryrefslogtreecommitdiff
path: root/doRelease.go
diff options
context:
space:
mode:
Diffstat (limited to 'doRelease.go')
-rw-r--r--doRelease.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/doRelease.go b/doRelease.go
index 64926af..4a8c42f 100644
--- a/doRelease.go
+++ b/doRelease.go
@@ -138,7 +138,7 @@ func doRelease() bool {
// it's necessary to recreate the the files here
// safe to do this here. everything has been published
- fixGodeps(me.current)
+ fixGodeps(check)
// update the values in the GUI
me.current.NewScan()
@@ -175,7 +175,7 @@ func doReleaseFindNext() bool {
return false
}
if findFix {
- fixGodeps(me.current)
+ fixGodeps(check)
}
if me.forge.FinalGoDepsCheckOk(check) {
// the go.sum file is ok to release