Commit 9bb1e15c authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #5192 from zshannon/patch-1

Fixed grammatical mistake in init.d status output.
parents 5e843a17 13d00884
......@@ -204,7 +204,7 @@ status() {
printf "The GitLab Sidekiq job dispatcher is \033[31mnot running\033[0m.\n"
fi
if [ "$web_status" = "0" -a "$sidekiq_status" = "0" ]; then
printf "GitLab and all it's components are \033[32mup and running\033[0m.\n"
printf "GitLab and all its components are \033[32mup and running\033[0m.\n"
fi
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment