From 1606d968598df6d59ba29bafbfe1550ef4711e8c Mon Sep 17 00:00:00 2001 From: Ethan P <56270045+ethanpalm@users.noreply.github.com> Date: Thu, 22 Jul 2021 09:58:43 -0400 Subject: [PATCH] fix typo --- docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst b/docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst index 6287367f9a3..6efcb07dd94 100644 --- a/docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst +++ b/docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst @@ -63,7 +63,7 @@ To analyze a CodeQL database with a CodeQL pack, run the following command: :: - codeql analyze --allow-packs /@x.x.x + codeql analyze --allow-packs /@x.x.x - ````: the CodeQL database to be analyzed. - ````: the name of the GitHub organization that the pack is published to.