mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-14 00:20:24 +08:00
Fix a typo in an error message
This commit is contained in:
@@ -1013,7 +1013,7 @@ def submit_module_build(db_session, username, mmd, params):
|
||||
branch_search = re.search(regex, branch)
|
||||
if branch_search:
|
||||
raise ValidationError(
|
||||
"Only scratch module builds can be build from this branch."
|
||||
"Only scratch module builds can be built from this branch."
|
||||
)
|
||||
|
||||
log.debug("Creating new module build")
|
||||
|
||||
Reference in New Issue
Block a user