Commit 214768d3c54d96129d9ca0121908407ef2e2e391

Authored by Dmitriy Zaporozhets
2 parents 66a1b883 f1b369b5

Merge pull request #3440 from evanwon/patch-2

Fixed: gitlab-shell version check error message
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
... ...