Skip to content

Commit

Permalink
Update exercise5.jv
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenSchmotz committed Jul 5, 2023
1 parent ed7c6d4 commit a83b830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/exercise5.jv
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ pipeline GTFSPipeline {
//Write data into a SQLite database called “gtfs.sqlite”, in the table “stops”
block GTFSLoader oftype SQLiteLoader {
table: "stops";
file: "gtfs.sqlite";
file: "./gtfs.sqlite";
}
}

0 comments on commit a83b830

Please sign in to comment.