Commit 7680c2f7 authored by António Meireles's avatar António Meireles

fix typo in spelling.

parent 151b2efa
...@@ -296,7 +296,7 @@ function find-vagrant-name-by-ip { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment