Skip to content

Commit 41d8fc5

Browse files
committed
fixup! HEAD~1
Signed-off-by: Evan Lezar <[email protected]>
1 parent 85a8658 commit 41d8fc5

File tree

1 file changed

+1
-1
lines changed
  • cmd/nvidia-ctk-installer/container/runtime

1 file changed

+1
-1
lines changed

cmd/nvidia-ctk-installer/container/runtime/runtime.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func Flags(opts *Options) []cli.Flag {
121121
Name: "config-source",
122122
Usage: "specify the config sources",
123123
Destination: &opts.ConfigSources,
124-
Sources: cli.EnvVars("RUNTIME_CONFIG_SOURCES"),
124+
Sources: cli.EnvVars("RUNTIME_CONFIG_SOURCES", "RUNTIME_CONFIG_SOURCE"),
125125
},
126126
}
127127

0 commit comments

Comments
 (0)