mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -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,
|
CaCertPath: cacertPath,
|
||||||
OutputPath: outputPath,
|
OutputPath: outputPath,
|
||||||
ForceUpdate: forceUpdate,
|
ForceUpdate: forceUpdate,
|
||||||
|
AccessToken: accessToken,
|
||||||
}
|
}
|
||||||
magellan.CollectAll(&probeStates, l, q)
|
magellan.CollectAll(&probeStates, l, q)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue