improve upgrader "latest version" message

This commit is contained in:
Corobi 2014-01-25 23:33:55 +00:00
parent 8f8db77685
commit 17f7da3d97
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module Gitlab
puts "Latest available version for GitLab #{current_version.major} is #{latest_version}"
if latest_version?
puts "You use latest GitLab version"
puts "You are using the latest GitLab version"
else
puts "Newer GitLab version is available"
answer = if ARGV.first == "-y"