fix 'triton create -w' that I broke recently
This commit is contained in:
parent
20aea1de10
commit
0cfa83dedc
@ -129,7 +129,7 @@ function do_create_instance(subcmd, opts, args, callback) {
|
|||||||
waitCb(null, ctx.inst);
|
waitCb(null, ctx.inst);
|
||||||
}, 5000);
|
}, 5000);
|
||||||
}
|
}
|
||||||
: cloudapi.waitForMachineStates);
|
: cloudapi.waitForMachineStates.bind(cloudapi));
|
||||||
|
|
||||||
waiter({
|
waiter({
|
||||||
id: ctx.inst.id,
|
id: ctx.inst.id,
|
||||||
|
Reference in New Issue
Block a user