From ca764576beb1fec8e2b22f1033a498173f204e0a Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Fri, 27 May 2022 15:27:45 +0100 Subject: [PATCH] Swift: Update mention of manifest file in docs --- swift/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift/README.md b/swift/README.md index 5ec70fb4fbb..67ca199842c 100644 --- a/swift/README.md +++ b/swift/README.md @@ -13,7 +13,7 @@ bazel run //swift:create-extractor-pack which will install `swift/extractor-pack`. Using `--search-path=swift/extractor-pack` will then pick up the Swift extractor. You can also use -`--search-path=.`, as the extractor pack is mentioned in the root `.codeqlmanifest.json`. +`--search-path=.`, as the extractor pack is mentioned in the root `codeql-workspace.yml`. Notice you can run `bazel run :create-extractor-pack` if you already are in the `swift` directory.