summaryrefslogtreecommitdiff
path: root/checkReady.go
diff options
context:
space:
mode:
Diffstat (limited to 'checkReady.go')
-rw-r--r--checkReady.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/checkReady.go b/checkReady.go
index 2a9fad2..2a5c2e3 100644
--- a/checkReady.go
+++ b/checkReady.go
@@ -35,8 +35,9 @@ func CheckReady() bool {
lastS := release.current.status.GetLastTagVersion()
currentS := release.current.status.GetCurrentBranchVersion()
- targetS := "v" + release.versionS
- log.Info("repo:", release.current.String(), goSumS, dirtyS, lastS, currentS)
+ var targetS string
+ targetS = "v" + release.version.String()
+ log.Info("repo:", release.current.String(), goSumS, dirtyS, lastS, currentS, targetS)
if goSumS == "PRIMATIVE" {
return true