Skip to content

Commit

Permalink
Merge pull request #1135 from mwhudson/apt-configurtion-progress
Browse files Browse the repository at this point in the history
pass install context to configure_apt method
  • Loading branch information
mwhudson authored Dec 1, 2021
2 parents 0d98090 + 5d6ffe6 commit 00a870e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subiquity/server/controllers/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ async def install(self, *, context):

self.apt_configurer = get_apt_configurer(self.app, path)

for_install_path = await self.configure_apt()
for_install_path = await self.configure_apt(context=context)

if os.path.exists(self.model.target):
await self.unmount_target(
Expand Down

0 comments on commit 00a870e

Please sign in to comment.