diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Youri/Submit/Action/Mail.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Youri/Submit/Action/Mail.pm b/lib/Youri/Submit/Action/Mail.pm index 5df20e6..6d9d0d8 100644 --- a/lib/Youri/Submit/Action/Mail.pm +++ b/lib/Youri/Submit/Action/Mail.pm @@ -102,7 +102,7 @@ sub get_subject { my $section = $repository->_get_section($package, $target, $define); return ($self->{_prefix} ? '[' . $self->{_prefix} . '] ' : '' ) . - . "$target " . ($section ? "$section " : '' ) . + "$target " . ($section ? "$section " : '' ) . $package->as_formated_string('%{name}-%{version}-%{release}'); } |