diff --git a/pungi/checks.py b/pungi/checks.py index bd08f627..60a496fa 100644 --- a/pungi/checks.py +++ b/pungi/checks.py @@ -439,7 +439,7 @@ def _make_schema(): "name": {"type": "string"}, "baseurl": {"type": "string"}, "exclude": {"type": "string"}, - "gpgcheck": {"type": "string"}, + "gpgcheck": {"type": "boolean"}, "enabled": {"type": "string"}, }, "additionalProperties": False,