Unverified Commit 551a1842 authored by Darren Shepherd's avatar Darren Shepherd Committed by GitHub

Update pkg/cli/cmds/config.go

parent 7657ed2e
......@@ -11,7 +11,7 @@ var (
ConfigFlag = cli.StringFlag{
Name: "config,c",
Usage: "(config) Load configuration from `FILE`",
EnvVar: "K3S_CONFIG_FILE",
EnvVar: version.ProgramUpper + "_CONFIG_FILE",
Value: "/etc/rancher/" + version.Program + "/config.yaml",
}
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment