Explorar o código

set the name of the new env group

Mohammed Nafees %!s(int64=4) %!d(string=hai) anos
pai
achega
8e48cce297
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      cli/cmd/preview/env_group_driver.go

+ 1 - 0
cli/cmd/preview/env_group_driver.go

@@ -92,6 +92,7 @@ func (d *EnvGroupDriver) Apply(resource *models.Resource) (*models.Resource, err
 
 			envGroupResp = &types.GetEnvGroupResponse{
 				EnvGroup: &types.EnvGroup{
+					Name:      newEnvGroup.Name,
 					Variables: newEnvGroup.Variables,
 				},
 			}