Skip to content

Commit 6fb3574

Browse files
authored
Update docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst
1 parent 4faf71a commit 6fb3574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ To analyze your database using the `cpp-security-and-quality.qls` query suite fr
217217
If you need to reference a query file, directory, or suite whose path contains a literal `@` or `:`, you can prefix the query specification with `path:` like so::
218218

219219
codeql database analyze --format=sarif-latest --output=results <db> \
220-
path:security/queries@experimental/query.ql
220+
path:C:/Users/ci/workspace@2/security/query.ql
221221

222222
For more information about CodeQL packs, see :doc:`About CodeQL Packs <about-codeql-packs>`.
223223

0 commit comments

Comments
 (0)