fix(CI): typo (#21347)

This commit is contained in:
Kitzunu
2025-02-07 09:51:25 +01:00
committed by GitHub
parent 82c85e7067
commit 2c561f0433

View File

@@ -221,7 +221,7 @@ def backtick_check(file: io, file_path: str) -> None:
continue continue
# Ignore SET variables with multiple lines # Ignore SET variables with multiple lines
if line.startwith('@'): if line.startswith('@'):
continue continue
# Sanitize single- and doublequotes to prevent false positives # Sanitize single- and doublequotes to prevent false positives