summaryrefslogtreecommitdiff
path: root/checkReady.go
diff options
context:
space:
mode:
Diffstat (limited to 'checkReady.go')
-rw-r--r--checkReady.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkReady.go b/checkReady.go
index 270d836..0b5a879 100644
--- a/checkReady.go
+++ b/checkReady.go
@@ -42,7 +42,7 @@ func CheckReady() bool {
if goSumS == "RELEASED" {
return true
}
- if goSumS == "PRIMATIVE" {
+ if release.current.Status.IsPrimitive() {
if targetS == lastS {
release.current.SetGoState("RELEASED")
}