Skip to content
Snippets Groups Projects
Commit 27d06151 authored by Matthew Badeau's avatar Matthew Badeau Committed by Ash McKenzie
Browse files

Fix incorrect gitlab-shell-check filename

Changelog: fixed
parent 6bce855e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -26,7 +26,7 @@ def check_gitlab_shell
 
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)
Loading
Loading
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