Skip to content

Commit 9d4f7b0

Browse files
authored
rename tl-install -> tool-esp_install
1 parent 3f8cb3b commit 9d4f7b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def _check_tl_install_version(self) -> bool:
164164
Prüft ob tl-install in der korrekten Version installiert ist.
165165
Installiert die korrekte Version falls erforderlich.
166166
"""
167-
tl_install_name = "tl-install"
167+
tl_install_name = "tool-esp_install"
168168

169169
# Hole die erforderliche Version aus platform.json
170170
required_version = self.packages.get(tl_install_name, {}).get("version")
@@ -209,7 +209,7 @@ def _install_tl_install(self, version: str) -> bool:
209209
"""
210210
Installiert tl-install in der angegebenen Version.
211211
"""
212-
tl_install_name = "tl-install"
212+
tl_install_name = "tool-esp_install"
213213
tl_install_path = os.path.join(self.packages_dir, tl_install_name)
214214

215215
try:

0 commit comments

Comments
 (0)