Skip to content

Commit 06fa21a

Browse files
author
Alvaro Muñoz
authored
Update README.md
1 parent 93871b2 commit 06fa21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/hotspots/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ python scripts/generate-hotspots-queries.py --ql-extractor ~/src/codeql/ql/extra
5151
- Create a patched version of CodeQL distro (remove private modifiers and rename files/directories to remove whitespaces and dashes)
5252

5353
```bash
54-
python scripts/patch_codeql.py --hotspots hotspots.csv --ql ~/src/codeql --dest /tmp/hotspots-distro --qlpack-version 0.0.1
54+
python scripts/patch-codeql.py --hotspots hotspots.csv --ql ~/src/codeql --dest /tmp/hotspots-distro --qlpack-version 0.0.1
5555
```
5656

5757
- Run Hotspots query (eg: `/tmp/hotspots-distro/java/ql/src/Hotspots.ql`)

0 commit comments

Comments
 (0)