Skip to content

Commit 9ce58b2

Browse files
Fixed #9
1 parent 64970f2 commit 9ce58b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TurtleValidator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function validateArgument(arg) {
4949
});
5050
break;
5151
case null:
52-
validate(fs.createReadStream(parsedUrl.href), showValidation);
52+
validate(fs.createReadStream(arg), showValidation);
5353
break;
5454
default:
5555
console.log('Cannot access %s: "%s" not supported', parsedUrl.href, parsedUrl.protocol)

0 commit comments

Comments
 (0)