Sfoglia il codice sorgente

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

[hotfix] Set the name of the new env group inside the `env-group` driver
abelanger5 4 anni fa
parent
commit
ad66bca6b9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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,
 				},
 			}