Skip to content

Commit

Permalink
Update config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel committed Mar 2, 2020
1 parent 99d837c commit b712fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type Build struct {
}

func (b Build) String() string {
return fmt.Sprintf("%s %s %s", b.Version, b.Commit, b.Date)
return fmt.Sprintf("%s %s %s yucca", b.Version, b.Commit, b.Date)
}

// AppName returns current app name.
Expand Down

0 comments on commit b712fb2

Please sign in to comment.