From 17f7da3d975f62c96a11db3516759918dfb2c508 Mon Sep 17 00:00:00 2001 From: Corobi Date: Sat, 25 Jan 2014 23:33:55 +0000 Subject: [PATCH] improve upgrader "latest version" message --- lib/gitlab/upgrader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gitlab/upgrader.rb b/lib/gitlab/upgrader.rb index 859923c..f46685e 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" -- libgit2 0.21.2