Skip to content

Commit 2e57f22

Browse files
committedDec 21, 2015
Fix indent mistake
1 parent 096d2e7 commit 2e57f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bin/tape

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var opts = parseOpts(process.argv.slice(2), {
1414
var cwd = process.cwd();
1515

1616
if (typeof opts.require === 'string') {
17-
opts.require = [opts.require];
17+
opts.require = [opts.require];
1818
}
1919

2020
opts.require.forEach(function(module) {

0 commit comments

Comments
 (0)
Please sign in to comment.