mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 21:47:11 -07:00
Merge pull request #25 from OpenCHAMI/config-file
Added access token to params passed to CollectAll func
This commit is contained in:
commit
ca59347a4f
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