Skip to content

Commit 6ab8d8f

Browse files
committed
fix: workflow
1 parent db101a9 commit 6ab8d8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/validate_translations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def validate_translations(translations_dir: Path) -> list[str]:
119119
return errors
120120

121121
def main():
122-
repo_root = Path(__file__).parent.parent.parent.parent
122+
repo_root = Path(__file__).parent.parent.parent
123123

124124
translations_dir = repo_root / "custom_components" / "powercalc" / "translations"
125125

0 commit comments

Comments
 (0)