Skip to content

Commit

Permalink
gm4.website.notes is not required in beet.yaml, hotfixing build fai…
Browse files Browse the repository at this point in the history
…lure
  • Loading branch information
SpecialBuilder32 committed Sep 22, 2023
1 parent 42d0437 commit b1248f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gm4/plugins/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

class WebsiteConfig(PluginOptions):
description: str
recommended: list[str]
notes: list[str]
recommended: list[str] = []
notes: list[str] = []
hidden: bool = False
search_keywords: list[str] = []

Expand Down

0 comments on commit b1248f4

Please sign in to comment.