Skip to content

Commit

Permalink
change the name to
Browse files Browse the repository at this point in the history
Signed-off-by: Sotiris Nanopoulos <sotiris.nanopoulos@reddit.com>
  • Loading branch information
davinci26 committed Oct 13, 2023
1 parent 10a1550 commit 786f457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/contour/contour.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func main() {

// Log-format applies to log format of all sub-commands.
logFormat := app.Flag("log-format", "Log output format for Contour. Either text or json.").Default("text").Enum("text", "json")
logPath := app.Flag("log-path", "Log output path. If not specified it defaults to standard error.").Default("").String()
logPath := app.Flag("log-path", "Log output path. If not specified it defaults to stderr.").Default("").String()

Check warning on line 48 in cmd/contour/contour.go

View check run for this annotation

Codecov / codecov/patch

cmd/contour/contour.go#L48

Added line #L48 was not covered by tests
bootstrap, bootstrapCtx := registerBootstrap(app)

certgenApp, certgenConfig := registerCertGen(app)
Expand Down

0 comments on commit 786f457

Please sign in to comment.