fix: changed 'update' cmd to use gofish

This commit is contained in:
David Allen 2025-02-26 16:18:42 -07:00
parent 6d0811e86d
commit 5bbd0b8998
Signed by: towk
GPG key ID: 793B2924A49B3A3F
2 changed files with 11 additions and 7 deletions

View file

@ -55,7 +55,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,