Skip to content

Commit

Permalink
fix relpro schema (mozilla-mobile#16932)
Browse files Browse the repository at this point in the history
The description needs to be a string. We accidentally made it a tuple.
  • Loading branch information
escapewindow committed Dec 9, 2020
1 parent 0ed5ba6 commit a9ece01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions taskcluster/fenix_taskgraph/release_promotion.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ def is_release_promotion_available(parameters):
},
"next_version": {
"type": "string",
"description": (
"Next version.",
),
"description": "Next version.",
"default": "",
},
},
Expand Down

0 comments on commit a9ece01

Please sign in to comment.