mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-14 09:36:21 +01:00
osc/commandline: fix reoccurring typo
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
This commit is contained in:
parent
1438ca5c1b
commit
150cdebf6d
@ -848,7 +848,7 @@ class Osc(cmdln.Cmdln):
|
|||||||
print "Requests created: ",
|
print "Requests created: ",
|
||||||
for i in sr_ids:
|
for i in sr_ids:
|
||||||
print i,
|
print i,
|
||||||
sys.exit('Successfull finished')
|
sys.exit('Successfully finished')
|
||||||
|
|
||||||
elif len(args) <= 2:
|
elif len(args) <= 2:
|
||||||
# try using the working copy at hand
|
# try using the working copy at hand
|
||||||
|
Loading…
Reference in New Issue
Block a user