Skip to content

Commit

Permalink
feat: Adding log for pending update (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViBiOh authored Apr 12, 2020
1 parent 7860d87 commit 94151a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/ketchup/ketchup.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ func (a app) checkUpdates(_ time.Time) error {
}
} else if release.TagName == target.CurrentVersion {
logger.Info("%s is up-to-date!", target.Repository)
} else {
logger.Info("%s still need to be updated to %s!", target.Repository, release.TagName)
}
}

Expand Down

0 comments on commit 94151a3

Please sign in to comment.