File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ def _check_tl_install_version(self) -> bool:
164
164
Prüft ob tl-install in der korrekten Version installiert ist.
165
165
Installiert die korrekte Version falls erforderlich.
166
166
"""
167
- tl_install_name = "tl-install "
167
+ tl_install_name = "tool-esp_install "
168
168
169
169
# Hole die erforderliche Version aus platform.json
170
170
required_version = self .packages .get (tl_install_name , {}).get ("version" )
@@ -209,7 +209,7 @@ def _install_tl_install(self, version: str) -> bool:
209
209
"""
210
210
Installiert tl-install in der angegebenen Version.
211
211
"""
212
- tl_install_name = "tl-install "
212
+ tl_install_name = "tool-esp_install "
213
213
tl_install_path = os .path .join (self .packages_dir , tl_install_name )
214
214
215
215
try :
You can’t perform that action at this time.
0 commit comments