Capitlization of /gitlab/i normalized. #1367
This commit is contained in:
parent
6e5cd8e081
commit
09a86bd4d6
24 changed files with 36 additions and 36 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Gitlab
|
||||
# Custom parser for Gitlab-flavored Markdown
|
||||
# Custom parser for GitLab-flavored Markdown
|
||||
#
|
||||
# It replaces references in the text with links to the appropriate items in Gitlab.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue