Fix typo
This commit is contained in:
parent
2fc7222394
commit
eb1d92b846
6 changed files with 6 additions and 6 deletions
|
|
@ -614,7 +614,7 @@ export async function getCodeQLForCmd(
|
|||
|
||||
const overwriteFlag = isSupportedToolsFeature(
|
||||
await this.getVersion(),
|
||||
ToolsFeature.ForceOverwite,
|
||||
ToolsFeature.ForceOverwrite,
|
||||
)
|
||||
? "--force-overwrite"
|
||||
: "--overwrite";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue