diff --git a/pkgs/plt-services/meta/pkg-index/official/static.rkt b/pkgs/plt-services/meta/pkg-index/official/static.rkt index d4d4ca9e45..cde6e180b6 100644 --- a/pkgs/plt-services/meta/pkg-index/official/static.rkt +++ b/pkgs/plt-services/meta/pkg-index/official/static.rkt @@ -202,7 +202,7 @@ [st (if (empty? (hash-ref ht 'tags)) (hash-set st ':no-tag: #t) st)] - [st (if (hash-ref ht 'checksum-error) + [st (if (hash-ref ht 'checksum-error #f) (hash-set st ':error: #t) st)] [st (if (equal? "" (hash-ref ht 'description ""))