Commit 11b89eb3810e32b78d4188f8a5d75b66cd87c21e

Authored by Dmitriy Zaporozhets
2 parents e998257d 214768d3

Merge branch 'master' of github.com:gitlabhq/gitlabhq

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/gitlab/check.rake
... ... @@ -640,7 +640,7 @@ namespace :gitlab do
640 640 if gitlab_shell_version.strip == '1.2.0'
641 641 puts 'OK (1.2.0)'.green
642 642 else
643   - puts 'FAIL. Please update gitlab-shell to v1.1.0'.red
  643 + puts 'FAIL. Please update gitlab-shell to v1.2.0'.red
644 644 end
645 645 end
646 646 end
... ...