Skip to content
Snippets Groups Projects
Commit 7242752d authored by arantir's avatar arantir
Browse files

Typo in RUNNER_PID variable name

This should be the same as in `lib/support/init.d/gitlab_ci_runner`.
parent 7350c40a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -22,4 +22,4 @@ INIT_LOG="/var/log/gitlab_ci_runner.log"
 
# runners_pid_path defines a file in which the individual runners place their pids.
# The default is "$pid_path/runners.pid"
RUNNERS_PID="$PID_PATH/runners.pid"
RUNNER_PID="$PID_PATH/runners.pid"
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