Minor tweaks and updated README.md

This commit is contained in:
David Allen 2023-09-14 09:44:12 -06:00
parent 4de7803167
commit 34367f830a
4 changed files with 33 additions and 25 deletions

View file

@ -37,6 +37,12 @@ var collectCmd = &cobra.Command{
WithSecureTLS: withSecureTLS,
}
magellan.CollectInfo(&probeStates, l, q)
// confirm the inventories were added
err = smd.GetRedfishEndpoints()
if err != nil {
l.Log.Errorf("could not get redfish endpoints: %v", err)
}
},
}