mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-18 07:28:50 +00:00
Fix typo
This commit is contained in:
committed by
Tomofumi Hayashi
parent
37adefba51
commit
3b8aa66765
@@ -275,7 +275,7 @@ if [ "$MULTUS_CONF_FILE" == "auto" ]; then
|
||||
if [ "$MASTER_PLUGIN" == "" ]; then
|
||||
if [ $tries -lt 600 ]; then
|
||||
if ! (($tries % 5)); then
|
||||
log "Attemping to find master plugin configuration, attempt $tries"
|
||||
log "Attempting to find master plugin configuration, attempt $tries"
|
||||
fi
|
||||
let "tries+=1"
|
||||
sleep 1;
|
||||
|
Reference in New Issue
Block a user