We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb87aee commit 9397a14Copy full SHA for 9397a14
gtfs-csv2rdf
@@ -34,8 +34,8 @@ if (process.argv[3]) {
34
}
35
36
var type = "turtle";
37
-if (process.argv[5] && ['jsonld','turtle','ntriples'].indexOf(process.argv[5]) !== -1 ) {
38
- type = process.argv[5];
+if (process.argv[4] && ['jsonld','turtle','ntriples'].indexOf(process.argv[4]) !== -1 ) {
+ type = process.argv[4];
39
40
41
if (!fs.existsSync(path)) {
0 commit comments