Skip to content
Snippets Groups Projects
Commit 214768d3 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #3440 from evanwon/patch-2

Fixed: gitlab-shell version check error message
parents 66a1b883 f1b369b5
No related branches found
No related tags found
No related merge requests found
Loading
@@ -640,7 +640,7 @@ namespace :gitlab do
Loading
@@ -640,7 +640,7 @@ namespace :gitlab do
if gitlab_shell_version.strip == '1.2.0' if gitlab_shell_version.strip == '1.2.0'
puts 'OK (1.2.0)'.green puts 'OK (1.2.0)'.green
else 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 end
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment