summaryrefslogtreecommitdiff
path: root/checkReady.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-20 06:53:07 -0600
committerJeff Carr <[email protected]>2024-02-20 06:53:07 -0600
commita5cd066cd24e68f5149452ea2f600ce1d4956198 (patch)
tree60e921e824ceb0367e410c348c2a1b32eb6f08a9 /checkReady.go
parent28f5e1535036b9490df7cce63759bb39774f73c7 (diff)
rewriting logic to repolist
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")
}