Fix typo in example/controller.py
authorSean Feole <sean.feole@canonical.com>
Thu, 17 Nov 2016 23:00:03 +0000 (18:00 -0500)
committerSean Feole <sean.feole@canonical.com>
Thu, 17 Nov 2016 23:00:03 +0000 (18:00 -0500)
examples/controller.py

index de0460c..e5a6280 100644 (file)
@@ -24,7 +24,7 @@ async def run():
     model = await controller.add_model(
         'libjuju-test',
         'cloud-aws',
-        'cloudcred-aws_tvansteenburgh@external_aws-tim',
+        'cloudcred-aws_tvansteenburgh_external_aws-tim',
     )
     await model.deploy(
         'ubuntu-0',