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

Commit 06b2819

Browse files
committed
lint
1 parent 42545bb commit 06b2819

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

go.sum

-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8U
275275
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
276276
golang.org/x/crypto v0.0.0-20200422194213-44a606286825 h1:dSChiwOTvzwbHFTMq2l6uRardHH7/E6SqEkqccinS/o=
277277
golang.org/x/crypto v0.0.0-20200422194213-44a606286825/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
278-
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 h1:pLI5jrR7OSLijeIDcmRxNmw2api+jEfxLoykJVice/E=
279278
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
280279
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
281280
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=

internal/cmd/envs.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ func createEnvCommand() *cobra.Command {
136136
)
137137

138138
cmd := &cobra.Command{
139-
Use: "create [flags] [environment-name]",
140-
Short: "create a new environment.",
141-
Args: cobra.ExactArgs(1),
139+
Use: "create [flags] [environment-name]",
140+
Short: "create a new environment.",
141+
Args: cobra.ExactArgs(1),
142142
Hidden: true,
143-
Long: "Create a new environment under the active user.",
143+
Long: "Create a new environment under the active user.",
144144
Example: `
145145
# create a new environment using default resource amounts
146146
coder envs create \

0 commit comments

Comments
 (0)