fix: changed 'update' cmd to use gofish

This commit is contained in:
David Allen 2025-02-26 16:18:42 -07:00 committed by David Allen
parent e19af0ce0c
commit ccce61694b
Signed by: towk
GPG key ID: 0430CDBE22619155
2 changed files with 10 additions and 6 deletions

View file

@ -59,7 +59,7 @@ var CollectCmd = &cobra.Command{
if concurrency <= 0 {
concurrency = mathutil.Clamp(len(scannedResults), 1, 10000)
}
err = magellan.CollectInventory(&scannedResults, &magellan.CollectParams{
_, err = magellan.CollectInventory(&scannedResults, &magellan.CollectParams{
URI: host,
Username: username,
Password: password,