Skip to content

Commit a04b555

Browse files
committed
chore: default to the proper type
1 parent 45ea7d9 commit a04b555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/factory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class Factory {
101101
*/
102102
async spawn (options = { }) {
103103
const opts = merge(
104-
this.overrides[options.type || 'go'],
104+
this.overrides[options.type || this.opts.type],
105105
options
106106
)
107107

0 commit comments

Comments
 (0)