mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] fix relpro schema (https://github.com/mozilla-mobile/fenix/pull/16932)
The description needs to be a string. We accidentally made it a tuple.
This commit is contained in:
parent
13a35f954f
commit
fbfcc44d05
@ -92,9 +92,7 @@ def is_release_promotion_available(parameters):
|
|||||||
},
|
},
|
||||||
"next_version": {
|
"next_version": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": (
|
"description": "Next version.",
|
||||||
"Next version.",
|
|
||||||
),
|
|
||||||
"default": "",
|
"default": "",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user