Skip to content

Commit 1aaa032

Browse files
authored
fix: update json tag to match sdkserver (#66)
Signed-off-by: Grant Linville <[email protected]>
1 parent c5466d0 commit 1aaa032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opts.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ type Options struct {
7070
IncludeEvents bool `json:"includeEvents"`
7171
Prompt bool `json:"prompt"`
7272
CredentialOverrides []string `json:"credentialOverrides"`
73-
CredentialContexts []string `json:"credentialContext"` // json tag is left singular to match SDKServer
73+
CredentialContexts []string `json:"credentialContexts"`
7474
Location string `json:"location"`
7575
ForceSequential bool `json:"forceSequential"`
7676
}

0 commit comments

Comments
 (0)