Commit ab88ea6a authored by songlinfeng's avatar songlinfeng 💬
Browse files

Update list.go

parent 52b070c8
......@@ -82,7 +82,7 @@ func (m command) run(c *cli.Context, cfg *config) error {
}
devices := registry.ListDevices()
m.logger.Infof("Found %d CDI devices", len(devices))
m.logger.Infof("Found %d CDI devices", len(devices) / 2)
for _, device := range devices {
fmt.Printf("%s\n", device)
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment