Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Snyder <[email protected]>
  • Loading branch information
oblogic7 committed Jan 19, 2024
1 parent e21c872 commit dae3d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,6 @@ func NewTestCommand(ctx context.Context) *cobra.Command {

cmd.Flags().StringSlice("proto-file-dirs", []string{}, "A list of directories containing Protocol Buffer definitions")
cmd.Flags().BoolP("tls", "s", true, "Use TLS to access the registry")

return &cmd
}

0 comments on commit dae3d00

Please sign in to comment.