From 13d00884073029c7e08da11303ab018fdf8c5e7f Mon Sep 17 00:00:00 2001 From: Zane Shannon Date: Thu, 26 Sep 2013 13:01:22 -0500 Subject: [PATCH] Fixed grammatical mistake in init.d status output. --- lib/support/init.d/gitlab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/support/init.d/gitlab b/lib/support/init.d/gitlab index dbdf7db..0248284 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 } -- libgit2 0.21.2