Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel committed Oct 20, 2023
1 parent 16258ab commit 785d008
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/gen_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ func getGenFlags(opts *genActionOpts) []cli.Flag {
},
},
&cli.StringFlag{
Name: "dir",
Usage: "destination of .patch files",
Aliases: []string{"d"},
Name: "dir",
Usage: "destination of .patch files",
Aliases: []string{"d"},
Action: func(_ *cli.Context, dir string) error {
dir, err := filepath.Abs(filepath.Clean(dir))
if err != nil {
Expand Down

0 comments on commit 785d008

Please sign in to comment.