Skip to content

Commit

Permalink
Update build.go (#472)
Browse files Browse the repository at this point in the history
* Update build.go

* chore: Update format
  • Loading branch information
Gui-Yue committed Jun 20, 2022
1 parent bce11cf commit ff43aa3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkg/app/build.go
Expand Up @@ -35,9 +35,10 @@ var CommandBuild = &cli.Command{
Usage: "build envd environment",
Flags: []cli.Flag{
&cli.StringFlag{
Name: "tag",
Usage: "Name and optionally a tag in the 'name:tag' format (default: PROJECT:dev)",
Aliases: []string{"t"},
Name: "tag",
Usage: "Name and optionally a tag in the 'name:tag' format",
Aliases: []string{"t"},
DefaultText: "PROJECT:dev",
},
&cli.PathFlag{
Name: "file",
Expand Down

0 comments on commit ff43aa3

Please sign in to comment.