This commit is contained in:
Alexandre Aubin 2024-06-23 01:14:41 +02:00
parent 31ae5d1eaa
commit ecb82ec693

View file

@ -1234,7 +1234,7 @@ class AptDependenciesAppResource(AppResource):
self._run_script("provision_or_update", script)
def deprovision(self, context: Dict = {}):
if self.helpers_version >= 2.1
if self.helpers_version >= 2.1:
ynh_apt_remove_dependencies = "ynh_apt_remove_dependencies"
else:
ynh_apt_remove_dependencies = "ynh_remove_app_dependencies"