diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake index ea97d1811ff49302f24cb9dd27bff132b2f68311..c8d8d53183616ce15aa30c72d905d5616487b436 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