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

Commit 5b0c146

Browse files
author
noah
committed
Fix typos
1 parent aa47b05 commit 5b0c146

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/cli/deployment_deploy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var deploymentDeployCommand = &cli.Command{
2323
},
2424
&cli.StringFlag{
2525
Name: "ref",
26-
Usage: "The specific ref. It can be any any named branch, tag, or SHA.",
26+
Usage: "The specific ref. It can be any named branch, tag, or SHA.",
2727
Required: true,
2828
},
2929
},

cmd/cli/deployment_list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var deploymentListCommand = &cli.Command{
2525
},
2626
&cli.StringFlag{
2727
Name: "env",
28-
Usage: "The name of environment. It only shows deployments for the environment.",
28+
Usage: "The name of the environment. It only shows deployments for the environment.",
2929
},
3030
&cli.StringFlag{
3131
Name: "status",

0 commit comments

Comments
 (0)