Merge pull request #5192 from zshannon/patch-1

Fixed grammatical mistake in init.d status output.
This commit is contained in:
Dmitriy Zaporozhets
2013-09-26 12:13:57 -07:00
+1 -1
View File
@@ -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
}