Skip to content

Commit

Permalink
exercise 4
Browse files Browse the repository at this point in the history
  • Loading branch information
imbilalbutt committed Jan 22, 2024
1 parent 0a57695 commit 96690b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/exercise4.jv
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pipeline TemperaturePipeline {


block TemperatureLoader oftype SQLiteLoader {
table: "temperature";
table: "temperatures";
file: "./temperatures.sqlite";
}

Expand Down

0 comments on commit 96690b6

Please sign in to comment.