Skip to content

Commit d5428b1

Browse files
author
Clayton O'Neill
committed
Fix metadata.json
Trailing comma makes this invalid JSON.
1 parent bf21b6f commit d5428b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
{ "operatingsystem": "Debian", "operatingsystemrelease": ["6", "7"]},
3030
{ "operatingsystem": "RedHat", "operatingsystemrelease": ["5.0", "6.0"]},
3131
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": ["12.04", "14.04"]}
32-
],
32+
]
3333
}

0 commit comments

Comments
 (0)