Merge pull request #18 from davidallendj/tidy-code

Rename `Query*` functions in `internal/collect.go` to `Collect*`
This commit is contained in:
David Allen 2023-10-19 08:47:57 -06:00 committed by GitHub
commit 1db4349eb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 17 deletions

View file

@ -43,7 +43,7 @@ var collectCmd = &cobra.Command{
OutputPath: outputPath,
ForceUpdate: forceUpdate,
}
magellan.CollectInfo(&probeStates, l, q)
magellan.CollectAll(&probeStates, l, q)
// confirm the inventories were added
err = smd.GetRedfishEndpoints()