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 7386f78 commit e98dc0aCopy full SHA for e98dc0a
cmd/nvidia-ctk/runtime/configure/configure.go
@@ -259,7 +259,7 @@ func (m command) validateFlags(config *config) error {
259
}
260
261
262
- if !filepath.IsAbs(config.dropInConfigPath) {
+ if config.dropInConfigPath != "" && !filepath.IsAbs(config.dropInConfigPath) {
263
return fmt.Errorf("the drop-in-config path %q is not an absolute path", config.dropInConfigPath)
264
265
0 commit comments