Add latest changes from gitlab-org/gitlab@17-4-stable-ee

This commit is contained in:
GitLab Bot
2024-09-24 06:28:49 +00:00
parent 4c3acdcf79
commit 1eca1ef8dc

View File

@ -26,7 +26,7 @@ module SystemCheck
def check_gitlab_shell_self_test
gitlab_shell_repo_base = gitlab_shell_path
check_cmd = File.expand_path('bin/check', gitlab_shell_repo_base)
check_cmd = File.expand_path('bin/gitlab-shell-check', gitlab_shell_repo_base)
$stdout.puts "Running #{check_cmd}"
if system(check_cmd, chdir: gitlab_shell_repo_base)