Commit 13d00884 authored by Zane Shannon's avatar Zane Shannon

Fixed grammatical mistake in init.d status output.

"its" not "it's".
parent 5e843a17
......@@ -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