Skip to content

Commit

Permalink
fix: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
YanniHu1996 committed May 10, 2023
1 parent fc6b328 commit e9233f9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func configure(version string, p *schema.Provider) func(context.Context, *schema
ba_bearer_token := schema.Get("ba_bearer_token").(string)
ba_api_uri := schema.Get("ba_api_uri").(string)
// set our meta to be a new api.API
// this can be turned into concrete cba_api_uri := schema.Get("ba_api_uri").(string)lients
// this can be turned into concrete clients
// by
// api.BuildAPI(meta).ClusterClient()
// or
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e9233f9

Please sign in to comment.