We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96338ca commit 0f74882Copy full SHA for 0f74882
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