mirror of
https://github.com/rancher/rke.git
synced 2025-04-28 03:31:24 +00:00
Fix typo in config.go
Fixed a small typo in `config.go` at: ``` const ( comments = `# If you intened to deploy Kubernetes in an air-gapped environment, # please consult the documentation on how to configure custom RKE images.` ) ``` to: ``` const ( comments = `# If you intended to deploy Kubernetes in an air-gapped environment, # please consult the documentation on how to configure custom RKE images.` ) ```
This commit is contained in:
parent
3d9bf164c3
commit
e049237ea9
@ -22,7 +22,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
comments = `# If you intened to deploy Kubernetes in an air-gapped environment,
|
||||
comments = `# If you intended to deploy Kubernetes in an air-gapped environment,
|
||||
# please consult the documentation on how to configure custom RKE images.`
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user