Correctly export pool.mergeInto().

This commit is contained in:
Julien Fontanet 2015-09-30 16:39:30 +02:00
parent a3fdd274c3
commit 9ef0337807

View File

@ -79,7 +79,7 @@ export {uploadPatch as patch}
// -------------------------------------------------------------------
async function mergeInto ({ source, target, force }) {
export async function mergeInto ({ source, target, force }) {
await this.mergeXenPools(source.id, target.id, force)
}