Skip to content

Commit

Permalink
- use correct target package name on branch result (when --extend-pac…
Browse files Browse the repository at this point in the history
…kage-names or when devel package is set)
  • Loading branch information
adrianschroeter committed Jan 5, 2012
1 parent 3651508 commit bb373a9
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 @@ -2857,7 +2857,7 @@ def do_branch(self, subcmd, opts, *args):
' A direct branch of the specified package can be forced\n' \
' with the --nodevelproject option.\n' % devloc

package = tpackage or args[1]
package = targetpkg or args[1]
if opts.checkout:
checkout_package(apiurl, targetprj, package, server_service_files=True,
expand_link=True, prj_dir=targetprj)
Expand Down

0 comments on commit bb373a9

Please sign in to comment.