This commit is contained in:
Andrew Eisenberg 2024-06-11 12:31:07 -07:00
parent 2fc7222394
commit eb1d92b846
No known key found for this signature in database
6 changed files with 6 additions and 6 deletions

View file

@ -614,7 +614,7 @@ export async function getCodeQLForCmd(
const overwriteFlag = isSupportedToolsFeature(
await this.getVersion(),
ToolsFeature.ForceOverwite,
ToolsFeature.ForceOverwrite,
)
? "--force-overwrite"
: "--overwrite";