Skip to content

Commit

Permalink
Fixed #9
Browse files Browse the repository at this point in the history
  • Loading branch information
pietercolpaert committed Jun 18, 2020
1 parent 64970f2 commit 9ce58b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TurtleValidator.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function validateArgument(arg) {
});
break;
case null:
validate(fs.createReadStream(parsedUrl.href), showValidation);
validate(fs.createReadStream(arg), showValidation);
break;
default:
console.log('Cannot access %s: "%s" not supported', parsedUrl.href, parsedUrl.protocol)
Expand Down

0 comments on commit 9ce58b2

Please sign in to comment.