Commit 13d00884073029c7e08da11303ab018fdf8c5e7f
1 parent
5e843a17
Exists in
master
and in
4 other branches
Fixed grammatical mistake in init.d status output.
"its" not "it's".
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/support/init.d/gitlab
... | ... | @@ -204,7 +204,7 @@ status() { |
204 | 204 | printf "The GitLab Sidekiq job dispatcher is \033[31mnot running\033[0m.\n" |
205 | 205 | fi |
206 | 206 | if [ "$web_status" = "0" -a "$sidekiq_status" = "0" ]; then |
207 | - printf "GitLab and all it's components are s components are \033[32mup and running\033[0m.\n"33[32mup and runnings components are \033[32mup and running\033[0m.\n"33[0m.\n" | |
207 | + printf "GitLab and all its components are s components are \033[32mup and running\033[0m.\n"33[32mup and runnings components are \033[32mup and running\033[0m.\n"33[0m.\n" | |
208 | 208 | fi |
209 | 209 | } |
210 | 210 | ... | ... |