mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Merge pull request #6283 from AntonioMeireles/fix_typo
Fix typo in spelling in cluster/vagrant/util.sh.
This commit is contained in:
commit
b9babb56b0
@ -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