We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779b1be commit 1996f23Copy full SHA for 1996f23
cmd/nvidia-cdi-hook/main.go
@@ -78,7 +78,7 @@ func main() {
78
Usage: "Suppress all output except for errors; overrides --debug",
79
Destination: &opts.Quiet,
80
// TODO: Support for NVIDIA_CDI_QUIET is deprecated and NVIDIA_CTK_QUIET should be used instead.
81
- EnvVars: []string{"NVDIA_CTK_QUIET", "NVIDIA_CDI_QUIET"},
+ EnvVars: []string{"NVIDIA_CTK_QUIET", "NVIDIA_CDI_QUIET"},
82
},
83
}
84
0 commit comments