Commit d2392189 authored by Sytse Sijbrandij's avatar Sytse Sijbrandij

Merge pull request #6163 from Corobi/master

improve upgrader "latest version" message
parents 8f8db776 17f7da3d
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment