Skip to content

Commit 876a047

Browse files
committed
Change paths
1 parent 650d2dc commit 876a047

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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-queries/
9-
cp codeql-tutorial-database/db-csv/csv.dbscheme.stats tutorial-queries/
8+
cp .tours/codeql-tutorial-database/db-csv/csv.dbscheme tutorial-queries/
9+
cp .tours/codeql-tutorial-database/db-csv/csv.dbscheme.stats tutorial-queries/

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# CodeQL metadata
2-
codeql-tutorial-database/db-csv/default/cache/
2+
.tours/codeql-tutorial-database/db-csv/default/cache/
33
.cache/

.tours/codeql-tutorial.tour

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"title": "Set Up Extension"
1212
},
1313
{
14-
"directory": "codeql-tutorial-database",
14+
"directory": ".tours/codeql-tutorial-database",
1515
"description": "To run a CodeQL query, we need to select a CodeQL database.\n\nWe have prepared a sample database for you to use in this tutorial.\nLook for the 'codeql-tutorial-database' directory highlighted in the Explorer view in your left sidebar.\n\nWe have selected this as your current database.",
1616
"commands": [
1717
"codeQL.setDefaultTourDatabase"

0 commit comments

Comments
 (0)