diff --git a/src/index.js b/src/index.js index d5c9ca2..700cfa2 100644 --- a/src/index.js +++ b/src/index.js @@ -187,7 +187,7 @@ function loadOptions( opts ) { } // Merge in command-line options - opts = EXTEND( true, opts, this.opts() ) + opts = EXTEND( true, opts, this.opts() ); opts.silent = this.parent.silent; _opts = opts; }