summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-05-06 17:39:18 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-05-06 17:39:18 +0300
commit317ed1fa9034eba91af95b2e98a3576497cbaf3a (patch)
tree5aecfc4a32e2a784211cfc1fa3d37b49ca791f66 /lib
parent86ec49add45d95f67fda749758d07a26ee030989 (diff)
downloadgitlab-ce-317ed1fa9034eba91af95b2e98a3576497cbaf3a.tar.gz
Revert "Allow to configure smtp and sendmail in gitlab.yml"
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/gitlab/check.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake
index f967fddf56d..1a6303b6c82 100644
--- a/lib/tasks/gitlab/check.rake
+++ b/lib/tasks/gitlab/check.rake
@@ -320,7 +320,7 @@ namespace :gitlab do
options = {
"user.name" => "GitLab",
- "user.email" => Gitlab.config.outgoing_emails.from,
+ "user.email" => Gitlab.config.gitlab.email_from,
"core.autocrlf" => "input"
}
correct_options = options.map do |name, value|