1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-31 06:34:03 +00:00

Merge pull request #2325 from edgarlanting/patch-1

EL - Fix a typo in config.go
This commit is contained in:
Sebastiaan van Steenis
2021-01-14 14:25:23 +01:00
committed by GitHub

View File

@@ -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.`
)