fix typo in spelling.

Signed-off-by: António Meireles <antonio.meireles@reformi.st>
This commit is contained in:
António Meireles 2015-04-01 10:43:52 +01:00
parent 151b2efa20
commit 7680c2f771

View File

@ -296,7 +296,7 @@ function find-vagrant-name-by-ip {
echo "minion-$((${BASH_REMATCH[1]} - 1))" echo "minion-$((${BASH_REMATCH[1]} - 1))"
} }
# Find the vagrant machien name based on the host name of the minion # Find the vagrant machine name based on the host name of the minion
function find-vagrant-name-by-minion-name { function find-vagrant-name-by-minion-name {
local ip="$1" local ip="$1"
if [[ "$ip" == "${INSTANCE_PREFIX}-master" ]]; then if [[ "$ip" == "${INSTANCE_PREFIX}-master" ]]; then