bundlebuilder: fix the release command
This commit is contained in:
parent
866f26aced
commit
1d29440bfd
@ -426,7 +426,7 @@ def cmd_release(config, args):
|
|||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
print 'Creating the bundle...'
|
print 'Creating the bundle...'
|
||||||
packager = XOPackager(config)
|
packager = XOPackager(Builder(config))
|
||||||
packager.package()
|
packager.package()
|
||||||
|
|
||||||
print 'Committing to git...'
|
print 'Committing to git...'
|
||||||
|
Loading…
Reference in New Issue
Block a user