diff --git a/osc/commandline.py b/osc/commandline.py index a456b089..16d29ac0 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -5151,7 +5151,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. try: u = makeurl(apiurl, ['request'], { 'view' : 'collection', - 'state': 'pending', + 'state': 'new', 'user' : user, }) f = http_GET(u)