Skip to content

Commit

Permalink
Program name output fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Nov 4, 2021
1 parent 2b742f4 commit 08d662a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/version/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func VersionStringShort() string {
}

func VersionString() string {
result := VersionStringShort()
result := ProgramVersionShort()

if Builddate != "" {
result += " built " + Builddate
Expand Down

0 comments on commit 08d662a

Please sign in to comment.