Skip to content

Commit

Permalink
Fixed wording of built which is wrong as it's the commit date
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Dec 12, 2024
1 parent f4d9eb1 commit 852db71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/substreams/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func computeVersionString(version string, settings []debug.BuildSetting) string
}

if date != "" {
labels = append(labels, fmt.Sprintf("Built %s", date))
labels = append(labels, fmt.Sprintf("Commit Date %s", date))
}

if len(labels) == 0 {
Expand Down

0 comments on commit 852db71

Please sign in to comment.