mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-08 15:53:18 +08:00
fixed typo dot -> comma in repos.py
This commit is contained in:
@@ -57,7 +57,7 @@ def done(config, session, msg):
|
||||
component_build.scmurl,
|
||||
component_build.package,
|
||||
))
|
||||
log.info("Building artifact_name=%s from source=%s" % (component_build.package. component_build.scmurl))
|
||||
log.info("Building artifact_name=%s from source=%s" % (component_build.package, component_build.scmurl))
|
||||
component_build.task_id = builder.build(
|
||||
artifact_name=component_build.package,
|
||||
source=component_build.scmurl,
|
||||
|
||||
Reference in New Issue
Block a user