From f1b369b57ddaa4c308c0f1debcc9548f14f86b24 Mon Sep 17 00:00:00 2001
From: Evan Wondrasek <evan.wondrasek@gmail.com>
Date: Thu, 28 Mar 2013 11:03:00 -0500
Subject: [PATCH] Fixed: gitlab-shell version check error message

---
 lib/tasks/gitlab/check.rake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake
index ea97d1811ff..c8d8d531836 100644
--- a/lib/tasks/gitlab/check.rake
+++ b/lib/tasks/gitlab/check.rake
@@ -640,7 +640,7 @@ namespace :gitlab do
     if gitlab_shell_version.strip == '1.2.0'
       puts 'OK (1.2.0)'.green
     else
-      puts 'FAIL. Please update gitlab-shell to v1.1.0'.red
+      puts 'FAIL. Please update gitlab-shell to v1.2.0'.red
     end
   end
 end
-- 
GitLab