Skip to content

Commit

Permalink
fix lint errors #327
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Nov 6, 2023
1 parent 7e05698 commit 6ba2128
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/env/crtenv.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ package env

import (
"fmt"
"internal/apiclient"
"net/url"

"internal/apiclient"

"internal/client/env"

"github.com/spf13/cobra"
Expand Down Expand Up @@ -50,7 +51,7 @@ func init() {
"", "Apigee environment name")
CreateCmd.Flags().StringVarP(&deploymentType, "deptype", "d",
"", "Deployment type - must be PROXY or ARCHIVE")
CreateCmd.Flags().StringVarP(&fwdProxyURI, "fowdproxyuri", "f",
CreateCmd.Flags().StringVarP(&fwdProxyURI, "fwdproxyuri", "f",
"", "URL of the forward proxy to be applied to the runtime instances in this env")
_ = CreateCmd.MarkFlagRequired("env")
}

0 comments on commit 6ba2128

Please sign in to comment.