summaryrefslogtreecommitdiff
path: root/checkReady.go
diff options
context:
space:
mode:
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
}