Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 8719c5d

Browse files
committed
fix build
1 parent bb0f544 commit 8719c5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/cmd/envs.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ func createEnvCommand() *cobra.Command {
144144
)
145145

146146
cmd := &cobra.Command{
147-
Use: "create [environment_name]",
148-
Short: "create a new environment.",
149-
Args: cobra.ExactArgs(1),
147+
Use: "create [environment_name]",
148+
Short: "create a new environment.",
149+
Args: cobra.ExactArgs(1),
150150
// Don't unhide this command until we can pass image names instead of image id's.
151151
Hidden: true,
152152
Long: "Create a new environment under the active user.",

0 commit comments

Comments
 (0)