Skip to content

Commit

Permalink
lowercase service name
Browse files Browse the repository at this point in the history
  • Loading branch information
steveww committed Dec 23, 2019
1 parent 5cc6b7d commit b804d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dispatch/src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

const (
Service = "Dispatch"
Service = "dispatch"
)

var (
Expand Down

0 comments on commit b804d24

Please sign in to comment.