Merge pull request #25 from OpenCHAMI/config-file

Added access token to params passed to CollectAll func
This commit is contained in:
David Allen 2024-05-07 16:58:06 -06:00 committed by GitHub
commit ca59347a4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,6 +59,7 @@ var collectCmd = &cobra.Command{
CaCertPath: cacertPath,
OutputPath: outputPath,
ForceUpdate: forceUpdate,
AccessToken: accessToken,
}
magellan.CollectAll(&probeStates, l, q)