mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-25 09:35:54 +02:00
distro.backend.debian.Refresh.run(): Fix apt_get()
Fix call to apt_get(), needs to be a list, not a string.
This commit is contained in:
parent
4eeb12c12e
commit
a25701991d
1 changed files with 1 additions and 1 deletions
|
|
@ -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'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue