Skip to content

Commit 4973224

Browse files
authored
Merge pull request #8216 from github/smowton/fix/creating-codeql-databases-docs-typo
Fix typo
2 parents e13b2df + 3167a67 commit 4973224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-cli/creating-codeql-databases.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ commands that you can specify for compiled languages.
216216

217217
codeql database create csharp-database --language=csharp --command='dotnet build /p:UseSharedCompilation=false /t:rebuild'
218218

219-
- Go project built using the ``COEQL_EXTRACTOR_GO_BUILD_TRACING=on`` environment variable::
219+
- Go project built using the ``CODEQL_EXTRACTOR_GO_BUILD_TRACING=on`` environment variable::
220220

221221
CODEQL_EXTRACTOR_GO_BUILD_TRACING=on codeql database create go-database --language=go
222222

0 commit comments

Comments
 (0)