Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
The output of the validation script should be the same, so this commit
should not generate another bot message.
  • Loading branch information
nylen committed Dec 27, 2017
1 parent 5eb4759 commit 56ce694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/validate.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let errorCount = 0;
const contentPath = (
process.argv[ 2 ]
? path.resolve( process.argv[ 2 ] )
: path.join( __dirname, '.. ' )
: path.join( __dirname, '..' )
);


Expand Down

0 comments on commit 56ce694

Please sign in to comment.