mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
collect: return collection output from CollectInventory()
This commit is contained in:
parent
2b1277690b
commit
555990c6b6
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