diff options
-rwxr-xr-x | lib/support/init.d/gitlab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/support/init.d/gitlab b/lib/support/init.d/gitlab index dbdf7db114b..0248284f8d5 100755 --- a/lib/support/init.d/gitlab +++ b/lib/support/init.d/gitlab @@ -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 } |