From 49c0f66026f2b29e6e1fa97b793f7e5ea25c9d07 Mon Sep 17 00:00:00 2001 From: troymc Date: Fri, 15 Jul 2016 13:53:39 +0200 Subject: [PATCH] PYPI_OR_BRANCH is now just BRANCH --- deploy-cluster-aws/example_deploy_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-cluster-aws/example_deploy_conf.py b/deploy-cluster-aws/example_deploy_conf.py index 994e14b5..3e1ee2c9 100644 --- a/deploy-cluster-aws/example_deploy_conf.py +++ b/deploy-cluster-aws/example_deploy_conf.py @@ -18,7 +18,7 @@ # NUM_NODES is the number of nodes to deploy NUM_NODES=3 -# PYPI_OR_BRANCH is either "pypi" or the name of a local Git branch +# BRANCH is either "pypi" or the name of a local Git branch # (e.g. "master" or "feat/3627/optional-delimiter-in-txfile") # It's where to get the BigchainDB code to be deployed on the nodes BRANCH="master"