Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZane Shannon <z@zcs.me>2013-09-26 22:01:22 +0400
committerZane Shannon <z@zcs.me>2013-09-26 22:01:22 +0400
commit13d00884073029c7e08da11303ab018fdf8c5e7f (patch)
tree52c3ab7f7e2cb261c19c695c635bc500d401bb38 /lib/support/init.d/gitlab
parent5e843a176982ed78cc2a6cf28618839e130cf608 (diff)
Fixed grammatical mistake in init.d status output.
"its" not "it's".
Diffstat (limited to 'lib/support/init.d/gitlab')
-rwxr-xr-xlib/support/init.d/gitlab2
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
}