We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eebf2b3 commit d8ae94bCopy full SHA for d8ae94b
1 file changed
juju/bundle.py
@@ -436,7 +436,7 @@ async def run(self, context):
436
437
entity_id = await context.charmstore.entityId(self.charm)
438
log.debug('Adding %s', entity_id)
439
- await context.client_facade.AddCharm(channel=None, url=entity_id, force=False)
+ await context.client_facade.AddCharm(channel=self.channel, url=entity_id, force=False)
440
return entity_id
441
442
def __str__(self):
0 commit comments