Skip to content

Commit 0bd2ccc

Browse files
committed
Fix config validation for notes field
1 parent 554b75b commit 0bd2ccc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openandroidinstaller/installer_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def validate_config(config: str) -> bool:
173173
schema.Optional("additional_steps"): [
174174
Regex(r"dtbo|vbmeta|vendor_boot|super_empty")
175175
],
176-
schema.Optional("notes"): str,
176+
schema.Optional("notes"): [str],
177177
schema.Optional("brand"): str,
178178
},
179179
schema.Optional("requirements"): {

0 commit comments

Comments
 (0)