Parcourir la source

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

[hotfix] Set the name of the new env group inside the `env-group` driver
abelanger5 il y a 3 ans
Parent
commit
ad66bca6b9
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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,
 				},
 			}