mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 11:37:01 -07:00
collect: return collection output from CollectInventory()
This commit is contained in:
parent
dcd80a0bc7
commit
97a569dd7a
3 changed files with 12 additions and 12 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue