summaryrefslogtreecommitdiff
path: root/app/mailers/emails/remote_mirrors.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/mailers/emails/remote_mirrors.rb')
-rw-r--r--app/mailers/emails/remote_mirrors.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/mailers/emails/remote_mirrors.rb b/app/mailers/emails/remote_mirrors.rb
index 2018eb7260b..2d8137843ec 100644
--- a/app/mailers/emails/remote_mirrors.rb
+++ b/app/mailers/emails/remote_mirrors.rb
@@ -6,7 +6,7 @@ module Emails
@remote_mirror = RemoteMirrorFinder.new(id: remote_mirror_id).execute
@project = @remote_mirror.project
- mail(to: recipient(recipient_id), subject: subject('Remote mirror update failed'))
+ mail(to: recipient(recipient_id, @project.group), subject: subject('Remote mirror update failed'))
end
end
end