Explorar el Código

Merge pull request #2283 from porter-dev/nafees/hotfixes

[hotfix] Set the name of the new env group inside the `env-group` driver
abelanger5 hace 3 años
padre
commit
ad66bca6b9
Se han modificado 1 ficheros con 1 adiciones y 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{
 			envGroupResp = &types.GetEnvGroupResponse{
 				EnvGroup: &types.EnvGroup{
 				EnvGroup: &types.EnvGroup{
+					Name:      newEnvGroup.Name,
 					Variables: newEnvGroup.Variables,
 					Variables: newEnvGroup.Variables,
 				},
 				},
 			}
 			}