Merge pull request #3440 from evanwon/patch-2

Fixed: gitlab-shell version check error message
master
Dmitriy Zaporozhets 2013-03-30 04:06:06 -07:00
commit 214768d3c5
1 changed files with 1 additions and 1 deletions

View File

@ -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