OSDN Git Service

improve upgrader "latest version" message
authorCorobi <jcri558@gmail.com>
Sat, 25 Jan 2014 23:33:55 +0000 (23:33 +0000)
committerCorobi <jcri558@gmail.com>
Sat, 25 Jan 2014 23:33:55 +0000 (23:33 +0000)
lib/gitlab/upgrader.rb

index 859923c..f46685e 100644 (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"