Capitlization of /gitlab/i normalized. #1367

This commit is contained in:
Alex Denisov 2012-09-06 10:50:47 +03:00
parent 6e5cd8e081
commit 09a86bd4d6
24 changed files with 36 additions and 36 deletions

View file

@ -170,7 +170,7 @@ module Gitlab
def push
Dir.chdir(File.join(@local_dir, "gitolite"))
`git add -A`
`git commit -am "Gitlab"`
`git commit -am "GitLab"`
`git push`
Dir.chdir(Rails.root)