Skip to content

Commit

Permalink
fix base
Browse files Browse the repository at this point in the history
  • Loading branch information
yaniswang committed Oct 10, 2015
1 parent a69029f commit f5fd59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/htmlhint
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if(program.list){

var arrTargets = program.args;
if(arrTargets.length === 0){
arrTargets.push('.');
arrTargets.push('./');
}

hintTargets(arrTargets, {
Expand Down

0 comments on commit f5fd59a

Please sign in to comment.