Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
support proxy types
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Jul 2, 2021
1 parent 270d323 commit c697da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/overrides/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ var ApplyCmd = &cobra.Command{
//check if env exists
apiclient.SetApigeeEnv(environment)
if _, err = env.Get(false); err != nil {
if _, err = env.Create("PROXY"); err != nil {
if _, err = env.Create("PROXY", "PROGRAMMABLE"); err != nil {
return err
}
fmt.Printf("Environment %s created", environment)
Expand Down

0 comments on commit c697da8

Please sign in to comment.