From 2ef9bedfefb9a2bcb800db5faf7d0ac03ba44040 Mon Sep 17 00:00:00 2001 From: troymc Date: Tue, 26 Apr 2016 15:25:33 +0200 Subject: [PATCH] Small changes to output of send_confile in fabfile.py --- deploy-cluster-aws/fabfile.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/deploy-cluster-aws/fabfile.py b/deploy-cluster-aws/fabfile.py index 6037d95f..c0c2181c 100644 --- a/deploy-cluster-aws/fabfile.py +++ b/deploy-cluster-aws/fabfile.py @@ -143,10 +143,8 @@ def configure_bigchaindb(): def send_confile(confile): put('confiles/' + confile, 'tempfile') sudo('mv tempfile ~/.bigchaindb') - print('When confile = {} '.format(confile)) - print('bigchaindb show-config output is:') + print('For this node, bigchaindb show-config says:') run('bigchaindb show-config') - print(' ') # Initialize BigchainDB