Skip to content
Snippets Groups Projects
Commit dfd13def authored by Corobi's avatar Corobi
Browse files

improve upgrader "latest version" message

Former-commit-id: 17f7da3d
parent 1a992793
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment