Skip to content

Commit

Permalink
gofmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-led committed May 13, 2024
1 parent 73eaa84 commit 034b929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ func main() {
Usage: "the google cloud project for secrets without a project prefix",
},
&cli.BoolFlag{
Name: "interactive",
Name: "interactive",
Aliases: []string{"i"},
Usage: "use this flag if the command expects some input from the stdin",
Usage: "use this flag if the command expects some input from the stdin",
},
},
Commands: []*cli.Command{
Expand Down

1 comment on commit 034b929

@razvan-agape
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, forgot to run fmt :)

Please sign in to comment.