File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ func (m command) build() *cli.Command {
8181 return & c
8282}
8383
84- func (m command ) run (_ * cli.Command , cfg * config ) error {
84+ func (m command ) run (cmd * cli.Command , cfg * config ) error {
8585 s , err := oci .LoadContainerState (cfg .containerSpec )
8686 if err != nil {
8787 return fmt .Errorf ("failed to load container state: %v" , err )
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ func main() {
8080 Usage : "Suppress all output except for errors; overrides --debug" ,
8181 Destination : & opts .Quiet ,
8282 // TODO: Support for NVIDIA_CDI_QUIET is deprecated and NVIDIA_CTK_QUIET should be used instead.
83- Sources : cli .EnvVars ("NVDIA_CTK_QUIET " , "NVIDIA_CDI_QUIET" ),
83+ Sources : cli .EnvVars ("NVIDIA_CTK_QUIET " , "NVIDIA_CDI_QUIET" ),
8484 },
8585 }
8686
You can’t perform that action at this time.
0 commit comments