Commit f1b369b57ddaa4c308c0f1debcc9548f14f86b24

Authored by Evan Wondrasek
1 parent 21191318

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,7 +640,7 @@ namespace :gitlab do
640 if gitlab_shell_version.strip == '1.2.0' 640 if gitlab_shell_version.strip == '1.2.0'
641 puts 'OK (1.2.0)'.green 641 puts 'OK (1.2.0)'.green
642 else 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 end 644 end
645 end 645 end
646 end 646 end