Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Consistently name the options variable
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-andrews committed Mar 18, 2015
1 parent 9a6eedb commit fe36831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/next-build-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ program
.action(function(test, options) {
nightwatch({
test: test,
env: opts.env,
config: opts.config
env: options.env,
config: options.config

})
.catch(exit);
Expand Down

0 comments on commit fe36831

Please sign in to comment.