Skip to content

Commit

Permalink
Fix indent mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
mstade committed Dec 21, 2015
1 parent 096d2e7 commit 2e57f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/tape
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var opts = parseOpts(process.argv.slice(2), {
var cwd = process.cwd();

if (typeof opts.require === 'string') {
opts.require = [opts.require];
opts.require = [opts.require];
}

opts.require.forEach(function(module) {
Expand Down

0 comments on commit 2e57f22

Please sign in to comment.