Skip to content

Commit

Permalink
Merge pull request #198 from bastelfreak/fixmetadata
Browse files Browse the repository at this point in the history
fix wrong version schema in metadata.json
  • Loading branch information
ekohl authored Oct 6, 2018
2 parents 2e6c8fe + 02331db commit 607c761
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6.0",
"7.0"
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6.0",
"7.0"
"6",
"7"
]
},
{
Expand All @@ -43,8 +43,8 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8.0",
"9.0"
"8",
"9"
]
},
{
Expand Down

0 comments on commit 607c761

Please sign in to comment.