Skip to content

Commit 4914f37

Browse files
committed
[nvidia-validator] fix typo in --driver-install-dir-ctr-path flag
This fixes a bug introduced in be4311f Signed-off-by: Christopher Desiniotis <[email protected]>
1 parent 456f414 commit 4914f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/nvidia-validator/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ func main() {
355355
Value: defaultDriverInstallDirCtrPath,
356356
Usage: "the path where the NVIDIA driver install dir is mounted in the container",
357357
Destination: &driverInstallDirCtrPathFlag,
358-
Sources: cli.EnvVars("DISABLE_DEV_CHAR_SYMLINK_CREATION"),
358+
Sources: cli.EnvVars("DRIVER_INSTALL_DIR_CTR_PATH"),
359359
},
360360
}
361361

0 commit comments

Comments
 (0)