fix a couple typos

This commit is contained in:
Mike Bonnet 2007-05-09 11:41:26 -04:00
parent d2aaaef42f
commit 4c2cce0246
2 changed files with 4 additions and 4 deletions

View file

@ -1854,7 +1854,7 @@ def handle_add_target(options, session, args):
name = args[0]
build_tag = args[1]
if len(args) > 2:
dest_tag = args[3]
dest_tag = args[2]
else:
#most targets have the same name as their destination
dest_tag = name