We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96338ca + 0f74882 commit 13bf655Copy full SHA for 13bf655
pkg/deviceutils/device-utils.go
@@ -194,7 +194,7 @@ func ensureUdevToolExists(toolPath string) error {
194
if !exists {
195
// The driver should be containerized with the tool so maybe something is
196
// wrong with the build process
197
- return fmt.Errorf("could not find tool at %q, unable to verify device paths", nvmeIdPath)
+ return fmt.Errorf("could not find tool at %q, unable to verify device paths", toolPath)
198
}
199
return nil
200
0 commit comments