mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Typo ...
This commit is contained in:
parent
ce04570bfd
commit
721f6f265e
1 changed files with 1 additions and 1 deletions
|
@ -1069,7 +1069,7 @@ def app_install(
|
|||
env_dict_remove["YNH_APP_ID"] = app_id
|
||||
env_dict_remove["YNH_APP_INSTANCE_NAME"] = app_instance_name
|
||||
env_dict_remove["YNH_APP_INSTANCE_NUMBER"] = str(instance_number)
|
||||
env_dict["YNH_APP_MANIFEST_VERSION"] = manifest.get("version", "?")
|
||||
env_dict_remove["YNH_APP_MANIFEST_VERSION"] = manifest.get("version", "?")
|
||||
|
||||
# Execute remove script
|
||||
operation_logger_remove = OperationLogger(
|
||||
|
|
Loading…
Add table
Reference in a new issue