Skip to content

Commit

Permalink
[goreleaser] metadata fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Dec 29, 2023
1 parent e96c8f8 commit 03257c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/rfq/api/metadata/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ var (

// BuildInfo returns the build info for the service.
func BuildInfo() config.BuildInfo {
return config.NewBuildInfo(version, commit, "rfq-api", date)
return config.NewBuildInfo(version, commit, "rfqapi", date)
}
2 changes: 1 addition & 1 deletion services/rfq/relayer/metadata/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ var (

// BuildInfo returns the build info for the service.
func BuildInfo() config.BuildInfo {
return config.NewBuildInfo(version, commit, "rfq-relayer", date)
return config.NewBuildInfo(version, commit, "rfqrelayer", date)
}

0 comments on commit 03257c9

Please sign in to comment.