Skip to content

Commit

Permalink
fix: update json tag to match sdkserver (#66)
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Linville <[email protected]>
  • Loading branch information
g-linville authored Sep 20, 2024
1 parent c5466d0 commit 1aaa032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opts.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ type Options struct {
IncludeEvents bool `json:"includeEvents"`
Prompt bool `json:"prompt"`
CredentialOverrides []string `json:"credentialOverrides"`
CredentialContexts []string `json:"credentialContext"` // json tag is left singular to match SDKServer
CredentialContexts []string `json:"credentialContexts"`
Location string `json:"location"`
ForceSequential bool `json:"forceSequential"`
}

0 comments on commit 1aaa032

Please sign in to comment.