Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
fix: broken test (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy authored Sep 3, 2023
1 parent a01692b commit f57c32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var version = Version{
}

func Agent() string {
return fmt.Sprintf("timetrace/%s", GetVersionAsString())
return fmt.Sprintf("timetrace %s", StringVersion())
}

func StringVersion() string {
Expand Down

0 comments on commit f57c32a

Please sign in to comment.