1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-15 18:16:13 +01:00

typo accepd -> accept

This commit is contained in:
Dr. Peter Poeml 2008-03-04 23:48:34 +00:00
parent aec7129a9b
commit 488e14a0d8

View File

@ -410,7 +410,7 @@ class Osc(cmdln.Cmdln):
package = args[1] package = args[1]
else: else:
package = None package = None
elif cmd in ['show', 'refuse', 'accepd']: elif cmd in ['show', 'refuse', 'accept']:
reqid = args[0] reqid = args[0]