diff options
author | Alex Denisov <1101.debian@gmail.com> | 2012-09-06 10:50:47 +0300 |
---|---|---|
committer | Alex Denisov <1101.debian@gmail.com> | 2012-09-06 11:21:35 +0300 |
commit | 09a86bd4d6dcf89f5e5393145900593bb22f1080 (patch) | |
tree | 57f8f864b2d824d02767d23220a3a174e9ce61f6 /lib/hooks | |
parent | 6e5cd8e0810c63e8744c23cdb887fea78ea37fb4 (diff) | |
download | gitlab-ce-09a86bd4d6dcf89f5e5393145900593bb22f1080.tar.gz |
Capitlization of /gitlab/i normalized. #1367
Diffstat (limited to 'lib/hooks')
-rwxr-xr-x | lib/hooks/post-receive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hooks/post-receive b/lib/hooks/post-receive index d38bd13e19d..a4fa9f1c234 100755 --- a/lib/hooks/post-receive +++ b/lib/hooks/post-receive @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# This file was placed here by Gitlab. It makes sure that your pushed commits +# This file was placed here by GitLab. It makes sure that your pushed commits # will be processed properly. while read oldrev newrev ref |