summaryrefslogtreecommitdiff
path: root/mason
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2014-08-07 17:02:22 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2014-08-08 09:05:34 +0000
commitf8722850acc966ecbbf9704aa6913ecbb43c5501 (patch)
treecce0e7e57f51cf0c1bb4b57b3eae96a6e0c446f4 /mason
parent7b44635eef1f24ff586a23e95e379418699cfb95 (diff)
downloaddefinitions-f8722850acc966ecbbf9704aa6913ecbb43c5501.tar.gz
Fix --help output to describe copying the correct key for test deployment.
Reviewed-By: Lars Wirzenius <lars.wirzenius@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@codethink.co.uk>
Diffstat (limited to 'mason')
-rwxr-xr-xmason/mason-generator.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mason/mason-generator.sh b/mason/mason-generator.sh
index a0b2fb0a..acc27f3e 100755
--- a/mason/mason-generator.sh
+++ b/mason/mason-generator.sh
@@ -25,7 +25,7 @@ if [ "$1" == "-h" -o "$1" == "--help" ]; then
echo "To ensure that the deployed system can deploy test systems, you"
echo "must supply an ssh key to the VM host. Do so with the following"
echo "command:"
- echo " ssh-copy-id -i ssh_keys-HOST_PREFIX/mason.key.pub VM_USER@VM_HOST"
+ echo " ssh-copy-id -i ssh_keys-HOST_PREFIX/worker.key.pub VM_USER@VM_HOST"
echo ""
exit 0
fi