From 317ed1fa9034eba91af95b2e98a3576497cbaf3a Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 6 May 2015 17:39:18 +0300 Subject: Revert "Allow to configure smtp and sendmail in gitlab.yml" --- lib/tasks/gitlab/check.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tasks') 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| -- cgit v1.2.1