fix(CI): typo (#21347)
This commit is contained in:
parent
82c85e7067
commit
2c561f0433
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ def backtick_check(file: io, file_path: str) -> None:
|
|||
continue
|
||||
|
||||
# Ignore SET variables with multiple lines
|
||||
if line.startwith('@'):
|
||||
if line.startswith('@'):
|
||||
continue
|
||||
|
||||
# Sanitize single- and doublequotes to prevent false positives
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue