bundlebuilder: fix the release command

This commit is contained in:
Simon Schampijer 2008-09-09 17:41:42 +02:00
parent 866f26aced
commit 1d29440bfd

View File

@ -426,7 +426,7 @@ def cmd_release(config, args):
f.close()
print 'Creating the bundle...'
packager = XOPackager(config)
packager = XOPackager(Builder(config))
packager.package()
print 'Committing to git...'