From fee4a87283c9600e18cc354a04230d81e493cf07 Mon Sep 17 00:00:00 2001 From: lluunn <32310205+lluunn@users.noreply.github.com> Date: Mon, 20 Nov 2017 22:03:26 -0800 Subject: [PATCH] fix dev guilde (#162) --- developer_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_guide.md b/developer_guide.md index 959bc4ef54..0a99146aa2 100644 --- a/developer_guide.md +++ b/developer_guide.md @@ -37,7 +37,7 @@ To build the following artifacts: You can run ```sh -python -m release.py --registry=${REGISTRY} +python -m py.release local --registry=${REGISTRY} ``` * The docker image will be tagged into your registry * The helm chart will be created in **./bin**