Fix expected type of createrepo_checksum config option

This commit is contained in:
Tomas Mlcoch 2015-09-10 07:09:37 -04:00
parent 3df5a11a89
commit b4fd280d80
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class CreaterepoPhase(PhaseBase):
},
{
"name": "createrepo_checksum",
"expected_types": [bool],
"expected_types": [str],
"expected_values": ["sha256", "sha"],
},
{