Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
martha-johnston authored Nov 1, 2024
1 parent afe1f6d commit 5cc393c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

func main() {
utils.ContextualMain(mainWithArgs, module.NewLoggerFromArgs("NAME"))
utils.ContextualMain(mainWithArgs, module.NewLoggerFromArgs("bosch"))
}

func mainWithArgs(ctx context.Context, args []string, logger logging.Logger) error {
Expand Down

0 comments on commit 5cc393c

Please sign in to comment.