mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 11:37:01 -07:00
Added access token to params passed to CollectAll func
This commit is contained in:
parent
b873613939
commit
e91460528b
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ var collectCmd = &cobra.Command{
|
|||
CaCertPath: cacertPath,
|
||||
OutputPath: outputPath,
|
||||
ForceUpdate: forceUpdate,
|
||||
AccessToken: accessToken,
|
||||
}
|
||||
magellan.CollectAll(&probeStates, l, q)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue