From 1df71a96e06a78fc31aaa67e83a4c230eafc9d56 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Mon, 14 Apr 2014 11:52:53 -0600 Subject: [PATCH] typo --- pkgs/plt-services/meta/pkg-index/official/static.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""))