Skip to content

Commit

Permalink
Fixed table name.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlhagerm committed Feb 27, 2025
1 parent b3b6dd9 commit e69492e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

// Separator for the console display.
var SepBar = new string('-', 80);
const string tableName = "movie_table6";
const string tableName = "movie_table";
const string movieFileName = @"..\..\..\..\..\..\..\..\resources\sample_files\movies.json";

DisplayInstructions();
Expand Down

0 comments on commit e69492e

Please sign in to comment.