summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytses@gmail.com>2014-01-26 13:28:07 -0800
committerSytse Sijbrandij <sytses@gmail.com>2014-01-26 13:28:07 -0800
commitd239218942ae23681346274750fc586ebfadfa22 (patch)
tree22d95c31d35c3e7d73e3ae555d86d8995cd42b98
parent8f8db776858be45845d18122761fdc09d5989368 (diff)
parent17f7da3d975f62c96a11db3516759918dfb2c508 (diff)
downloadgitlab-ce-d239218942ae23681346274750fc586ebfadfa22.tar.gz
Merge pull request #6163 from Corobi/master
improve upgrader "latest version" message
-rw-r--r--lib/gitlab/upgrader.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/upgrader.rb b/lib/gitlab/upgrader.rb
index 859923cb563..f46685e4bbe 100644
--- a/lib/gitlab/upgrader.rb
+++ b/lib/gitlab/upgrader.rb
@@ -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"