Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #89 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 7, 2018
2 parents 0c3a723 + d60f305 commit e688ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7.0",
"6.0"
"7",
"6"
]
}
],
Expand Down

0 comments on commit e688ec5

Please sign in to comment.