Skip to content

Commit

Permalink
chore: default to the proper type
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Dec 9, 2019
1 parent 45ea7d9 commit a04b555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit a04b555

Please sign in to comment.