Skip to content

Commit

Permalink
- do_repairlink: support "osc repairlink prj/pkg" syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-h committed Nov 1, 2012
1 parent b8dedd3 commit 1fe51dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/commandline.py
Original file line number Diff line number Diff line change
Expand Up @@ -6700,7 +6700,7 @@ def do_repairlink(self, subcmd, opts, *args):
"""

apiurl = self.get_api_url()

args = slash_split(args)
if len(args) >= 3 and len(args) <= 4:
prj = args[0]
package = target_package = args[1]
Expand Down

0 comments on commit 1fe51dc

Please sign in to comment.