Skip to content

Commit

Permalink
fix: renamed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shoriwe committed Apr 28, 2023
1 parent 9aeb5d0 commit 54696de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/cmd/producer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import (

func main() {
app := &cli.App{
Name: "messaging",
Usage: "messaging microservice for the ResupplyOrg project",
Name: "alerts",
Usage: "alerts microservice for the ResupplyOrg project",
Flags: []cli.Flag{
&cli.StringFlag{
Name: "host",
Expand Down

0 comments on commit 54696de

Please sign in to comment.