mirror of https://github.com/k3s-io/k3s
Fix spelling mistake
Signed-off-by: Erik Wilson <Erik.E.Wilson@gmail.com>pull/2744/head
parent
09eb44ba53
commit
2fb411fc83
|
@ -329,7 +329,7 @@ func verifyLocalPassword(ctx context.Context, config *Config, once *sync.Once, n
|
|||
|
||||
passBytes, err := ioutil.ReadFile(nodePasswordFile)
|
||||
if err != nil {
|
||||
return "", http.StatusInternalServerError, errors.Wrap(err, "unabled to read node password file")
|
||||
return "", http.StatusInternalServerError, errors.Wrap(err, "unable to read node password file")
|
||||
}
|
||||
|
||||
password := strings.TrimSpace(string(passBytes))
|
||||
|
|
Loading…
Reference in New Issue