Skip to content

Commit

Permalink
fix trailing comma in metadata.json
Browse files Browse the repository at this point in the history
Trailing commas are not allowed in the JSON spec. This
causes an error when using librarian-puppet and the
:git option.
  • Loading branch information
Stanley Stuart committed Jan 16, 2015
1 parent 108eebc commit 6d0aafd
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 @@ -69,6 +69,6 @@
],
"dependencies": [
{ "name": "puppetlabs/apt" },
{ "name": "puppetlabs/stdlib" },
{ "name": "puppetlabs/stdlib" }
]
}

0 comments on commit 6d0aafd

Please sign in to comment.