From 4dd9247a4ef017589d1a8b78e469afae17e7dacf Mon Sep 17 00:00:00 2001 From: Tomer Heber Date: Thu, 25 Apr 2024 09:20:06 -0500 Subject: [PATCH] Fix: update 'SubEnvironment' json from 'workspace' to 'workspaceName' --- client/environment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/environment.go b/client/environment.go index c8527b33..0f55cf57 100644 --- a/client/environment.go +++ b/client/environment.go @@ -60,7 +60,7 @@ const ( type SubEnvironment struct { Revision string `json:"revision,omitempty"` - Workspace string `json:"workspace,omitempty"` + Workspace string `json:"workspaceName,omitempty"` ConfigurationChanges ConfigurationChanges `json:"configurationChanges"` }