Commit 9bb1e15c830341f27aa976785bd1504ad98b5fb1

Authored by Dmitriy Zaporozhets
2 parents 5e843a17 13d00884

Merge pull request #5192 from zshannon/patch-1

Fixed grammatical mistake in init.d status output.
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  
... ...