New N2VC interface + updated libjuju
[osm/N2VC.git] / modules / libjuju / examples / future.py
index 0180325..c93981a 100644 (file)
@@ -11,7 +11,7 @@ from juju import loop
 
 async def main():
     model = Model()
-    await model.connect_current()
+    await model.connect()
     await model.reset(force=True)
 
     goal_state = Model.from_yaml('bundle-like-thing')