diff --git a/src/factory.js b/src/factory.js index 27b65d54..03874283 100644 --- a/src/factory.js +++ b/src/factory.js @@ -101,7 +101,7 @@ class Factory { */ async spawn (options = { }) { const opts = merge( - this.overrides[options.type || 'go'], + this.overrides[options.type || this.opts.type], options )