diff --git a/src/python/jw/pkg/cmds/distro/backend/debian/Refresh.py b/src/python/jw/pkg/cmds/distro/backend/debian/Refresh.py index a1f1ee94..1736e06b 100644 --- a/src/python/jw/pkg/cmds/distro/backend/debian/Refresh.py +++ b/src/python/jw/pkg/cmds/distro/backend/debian/Refresh.py @@ -11,4 +11,4 @@ class Refresh(Base): super().__init__(parent) async def run(self, args: Namespace): - return await self.util.apt_get('update') + return await self.util.apt_get(['update'])