Skip to content
Snippets Groups Projects
Commit 7b91e02d authored by Zane Shannon's avatar Zane Shannon Committed by Wes Gurney
Browse files

Fixed grammatical mistake in init.d status output.

"its" not "it's".
parent 2dc35e4a
No related branches found
No related tags found
1 merge request!4954Add support to configure webhook_timeout in gitlab.yaml
This commit is part of merge request !4954. Comments created here will be created in the context of that merge request.
Loading
Loading
@@ -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
}
 
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