summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-05-06 17:49:05 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-05-06 17:49:05 +0300
commitea6667b06ceb38b42dc673b57a1ca8682f7b709a (patch)
tree227058c3f165aa3cdb94e2437619f5466d95346c /lib
parentdd37aa06ca5d82683e3517d490ac5eca3138ef47 (diff)
parent86ec49add45d95f67fda749758d07a26ee030989 (diff)
downloadgitlab-ce-ea6667b06ceb38b42dc673b57a1ca8682f7b709a.tar.gz
Merge branch 'master' of github.com:gitlabhq/gitlabhq
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 1a6303b6c82..f967fddf56d 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.gitlab.email_from,
+ "user.email" => Gitlab.config.outgoing_emails.from,
"core.autocrlf" => "input"
}
correct_options = options.map do |name, value|