Skip to content
Snippets Groups Projects
Commit f1b369b5 authored by Evan Wondrasek's avatar Evan Wondrasek
Browse files

Fixed: gitlab-shell version check error message

parent 21191318
No related branches found
No related tags found
1 merge request!3440Fixed: gitlab-shell version check error message
Loading
Loading
@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment