From 1e99b61d3e0b2ad20fc362d407ebb23b5c577d33 Mon Sep 17 00:00:00 2001 From: Grant Linville Date: Thu, 19 Sep 2024 19:13:17 -0400 Subject: [PATCH] fix: update json tag to match sdkserver Signed-off-by: Grant Linville --- opts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opts.go b/opts.go index 3184504..779dcb9 100644 --- a/opts.go +++ b/opts.go @@ -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"` }