Skip to content

Commit 1996f23

Browse files
ArangoGutierrezelezar
authored andcommitted
[no-relnote] Fix typo on nvidia-ctk-hook cmd
Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
1 parent 779b1be commit 1996f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/nvidia-cdi-hook/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func main() {
7878
Usage: "Suppress all output except for errors; overrides --debug",
7979
Destination: &opts.Quiet,
8080
// 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"},
81+
EnvVars: []string{"NVIDIA_CTK_QUIET", "NVIDIA_CDI_QUIET"},
8282
},
8383
}
8484

0 commit comments

Comments
 (0)