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