We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80c973 commit df47315Copy full SHA for df47315
cmd/nvidia-ctk/runtime/configure/configure.go
@@ -258,7 +258,7 @@ func (m command) validateFlags(config *config) error {
258
}
259
260
261
- if !filepath.IsAbs(config.dropInConfigPath) {
+ if config.dropInConfigPath != "" && !filepath.IsAbs(config.dropInConfigPath) {
262
return fmt.Errorf("the drop-in-config path %q is not an absolute path", config.dropInConfigPath)
263
264
0 commit comments