We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30f130 commit 78858a2Copy full SHA for 78858a2
1 file changed
.devcontainer/postCreateCommand.sh
@@ -5,5 +5,5 @@
5
# gh codeql version # first command starts the download
6
7
# 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/
+cp codeql-tutorial-database/db-csv/csv.dbscheme tutorial-queries/
+cp codeql-tutorial-database/db-csv/csv.dbscheme.stats tutorial-queries/
0 commit comments