Skip to content

Commit

Permalink
Fix: update 'SubEnvironment' json from 'workspace' to 'workspaceName' (
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed Apr 25, 2024
1 parent 8ad1f6c commit fc334a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down

0 comments on commit fc334a3

Please sign in to comment.