Skip to content

Commit

Permalink
fix trailing comma in metadata.json (argh, json...)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Dec 3, 2014
1 parent cbd4b0a commit 87965a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"operatingsystem_support": [
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "6" ] },
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "6" ] },
{ "operatingsystem": "Scientific", "operatingsystemrelease": [ "6" ] },
{ "operatingsystem": "Scientific", "operatingsystemrelease": [ "6" ] }
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.2.0 < 5.0.0" }
Expand Down

0 comments on commit 87965a0

Please sign in to comment.