mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-07 05:38:43 +02:00
ups, typo fix
This commit is contained in:
@@ -1319,7 +1319,7 @@ class Request:
|
||||
if a.type=="submit":
|
||||
sr_source="%s/%s -> " % (a.src_project, a.src_package)
|
||||
if a.type=="change_devel":
|
||||
dst = "developed in %s/%s" % (a.dst_project, a.dst_package)
|
||||
dst = "developed in %s/%s" % (a.src_project, a.src_package)
|
||||
sr_source="%s/%s" % (a.dst_project, a.dst_package)
|
||||
|
||||
ret += '\n %s: %-50s %-20s ' % \
|
||||
|
Reference in New Issue
Block a user