Skip to content

Commit 6d0aafd

Browse files
author
Stanley Stuart
committed
fix trailing comma in metadata.json
Trailing commas are not allowed in the JSON spec. This causes an error when using librarian-puppet and the :git option.
1 parent 108eebc commit 6d0aafd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@
6969
],
7070
"dependencies": [
7171
{ "name": "puppetlabs/apt" },
72-
{ "name": "puppetlabs/stdlib" },
72+
{ "name": "puppetlabs/stdlib" }
7373
]
7474
}

0 commit comments

Comments
 (0)