Skip to content

Commit 78858a2

Browse files
committed
Update bash script to copy files in tutorial-queries
1 parent f30f130 commit 78858a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/postCreateCommand.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
# gh codeql version # first command starts the download
66

77
# Copy the dbscheme into the tutorial library, so it matches the DB.
8-
cp codeql-tutorial-database/db-csv/csv.dbscheme tutorial-lib/
9-
cp codeql-tutorial-database/db-csv/csv.dbscheme.stats tutorial-lib/
8+
cp codeql-tutorial-database/db-csv/csv.dbscheme tutorial-queries/
9+
cp codeql-tutorial-database/db-csv/csv.dbscheme.stats tutorial-queries/

0 commit comments

Comments
 (0)