diff options
author | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2013-01-22 04:36:18 -0800 |
---|---|---|
committer | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2013-01-22 04:36:18 -0800 |
commit | f70f7d07099b70550107b6919e32c6fc61c566f2 (patch) | |
tree | 953961cbd7466d52885c607998a5c1aaffb90299 | |
parent | d770714578cffe5423c6a1752367f7f545fa1f22 (diff) | |
parent | 0ab906d5dec343562e0869d9a3fd9a47afe7a9e2 (diff) | |
download | gitlab-ce-f70f7d07099b70550107b6919e32c6fc61c566f2.tar.gz |
Merge pull request #2684 from rk4an/patch-1
Fix typo in gitlab.yml.example
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index b2dccbe3d4c..4df8efa9c06 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -29,7 +29,7 @@ gitlab: # Email address used in the "From" field in mails sent by GitLab email_from: gitlab@localhost - # Email address of your support contanct (default: same as email_from) + # Email address of your support contact (default: same as email_from) support_email: support@localhost ## Project settings |