Async model updates
[osm/N2VC.git] / Makefile
index 0812d53..64e6ba5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ PY := .tox/py35/bin/python3.5
 
 .phony: client
 client:
-       $(PY) -m juju.client.facade -s juju/client/schemas.json -o juju/client/client.py
+       $(PY) -m juju.client.facade -s juju/client/schemas.json -o juju/client/_client.py
 
 .phony: test
 test: