Skip to content

Commit 90f05e9

Browse files
committed
fix(cdn) manual merge fixes
1 parent 180fa38 commit 90f05e9

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

internal/cmd/beta/cdn/distribution/create/create.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ type inputModel struct {
7474

7575
func NewCmd(params *params.CmdParams) *cobra.Command {
7676
cmd := &cobra.Command{
77-
Use: "create",
78-
Short: "Create a CDN distribution",
79-
Long: "Create a CDN distribution for a given originUrl in multiple regions.",
80-
Args: args.NoArgs,
77+
Use: "create",
78+
Short: "Create a CDN distribution",
79+
Long: "Create a CDN distribution for a given originUrl in multiple regions.",
80+
Args: args.NoArgs,
8181
Example: examples.Build(
8282
examples.NewExample(
8383
`Create a CDN distribution with an HTTP backend`,

internal/pkg/config/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ const (
5050
GitCustomEndpointKey = "git_custom_endpoint"
5151
CDNCustomEndpointKey = "cdn_custom_endpoint"
5252
IntakeCustomEndpointKey = "intake_custom_endpoint"
53-
CDNCustomEndpointKey = "cdn_custom_endpoint"
5453

5554
ProjectNameKey = "project_name"
5655
DefaultProfileName = "default"

0 commit comments

Comments
 (0)