From fc334a3b2a8f319e82417be82babd066c42b0841 Mon Sep 17 00:00:00 2001 From: Tomer Heber Date: Thu, 25 Apr 2024 09:24:35 -0500 Subject: [PATCH] Fix: update 'SubEnvironment' json from 'workspace' to 'workspaceName' (#836) --- 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"` }