summaryrefslogtreecommitdiff
path: root/checkReady.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-01 15:16:15 -0600
committerJeff Carr <[email protected]>2024-02-01 15:16:15 -0600
commitad2c989f77fac21e12d17e00998a0ff5e8be1989 (patch)
treef810fdfe023a938a9cf0228bd138417b0b510bdf /checkReady.go
parent9c6890134a3fd3b3f95be0044c3744e47b569259 (diff)
updates with golang systems correctly
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'checkReady.go')
-rw-r--r--checkReady.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/checkReady.go b/checkReady.go
index 0e7ff27..3cef23b 100644
--- a/checkReady.go
+++ b/checkReady.go
@@ -49,7 +49,7 @@ func CheckReady() bool {
}
return true
}
- if goSumS == "UNCHANGED" {
+ if goSumS == "UNRELEASED" {
return true
}
if goSumS == "READY" {
@@ -58,7 +58,7 @@ func CheckReady() bool {
return true
}
if lastS == currentS {
- release.current.setGoSumStatus("UNCHANGED")
+ release.current.setGoSumStatus("UNRELEASED")
}
return true
}