always show revision too

bugfix/slack_private_channels
Karolis Rusenas 2019-06-02 11:13:27 +01:00
parent 4f31e65628
commit b740c010cf
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ func (s *sender) Configure(config *notification.Config) (bool, error) {
var msg string
if version.GetKeelVersion().Version != "" {
msg = fmt.Sprintf("Keel has started. Version: %s", version.GetKeelVersion().Version)
msg = fmt.Sprintf("Keel has started. Version: '%s'. Revision: %s", version.GetKeelVersion().Version, version.GetKeelVersion().Revision)
} else {
msg = fmt.Sprintf("Keel has started. Revision: %s", version.GetKeelVersion().Revision)
}