Skip to content

Commit 4fe001d

Browse files
committed
[no-relnote] Don't read ldconfig path from config
Signed-off-by: Evan Lezar <[email protected]>
1 parent e996bc1 commit 4fe001d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/nvidia-ctk/cdi/generate/generate.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ func (m command) build() *cli.Command {
173173
Destination: &opts.ldconfigPath,
174174
Sources: cli.NewValueSourceChain(
175175
cli.EnvVar("NVIDIA_CTK_CDI_GENERATE_LDCONFIG_PATH"),
176-
m.config.ValueFrom("nvidia-container-cli.ldconfig"),
177176
),
178177
},
179178
&cli.StringFlag{

0 commit comments

Comments
 (0)