Skip to content

Commit

Permalink
docs: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa committed Nov 17, 2022
1 parent 69381aa commit 77b7d9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go-chaos/cmd/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ type ZbChaosVariables struct {
}

func start_worker(cmd *cobra.Command, args []string) {
// the credentials are set via env var's
credsProvider, err := zbc.NewOAuthCredentialsProvider(&zbc.OAuthProviderConfig{})
if err != nil {
panic(err)
Expand Down

0 comments on commit 77b7d9a

Please sign in to comment.