Skip to content

Commit 6519029

Browse files
authored
Merge pull request #1896 from cdesiniotis/fix-typo-in-validator-flag
[nvidia-validator] fix typo in --driver-install-dir-ctr-path flag
2 parents 456f414 + 4914f37 commit 6519029

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)