Added access token to params passed to CollectAll func

This commit is contained in:
David J. Allen 2024-05-07 16:57:11 -06:00
parent b873613939
commit e91460528b
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC

View file

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