diff --git a/lib/extend.js b/lib/extend.js index a68acbf33..d46231916 100644 --- a/lib/extend.js +++ b/lib/extend.js @@ -89,7 +89,7 @@ function extend(opts) { options = require(resolveCwd(opts)); } else { options = opts; - }`` + } // Creating a new object and copying over the options // Also keeping an options object just in case