mirror of
https://github.com/jdeath/rd200v2.git
synced 2026-01-11 05:58:04 -05:00
Fix malformed JSON in manifest.json #40
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mck182 on 2/1/2023
The latest manifest.json file is missing a comma, which makes
it fail while trying to install through HACS.
So this just adds that comma.