From fa674e918e3298eb00eb036b94a39a8b16a21198 Mon Sep 17 00:00:00 2001 From: Sean Feole Date: Thu, 17 Nov 2016 18:00:03 -0500 Subject: [PATCH] Fix typo in example/controller.py --- examples/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/controller.py b/examples/controller.py index de0460c..e5a6280 100644 --- a/examples/controller.py +++ b/examples/controller.py @@ -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', -- 2.17.1