mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
fix typo in spelling.
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
This commit is contained in:
parent
151b2efa20
commit
7680c2f771
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user