diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/MGA/Advisories.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MGA/Advisories.pm b/lib/MGA/Advisories.pm index 3a446e5..6d444b0 100644 --- a/lib/MGA/Advisories.pm +++ b/lib/MGA/Advisories.pm @@ -708,7 +708,7 @@ sub close_bugs { } my $advurl = $config->{site_url} . '/' . $adv . '.html'; - my $comment = "An update for this issue has been pushed to Mageia Updates repository.\n\n$advurl"; + my $comment = "An update for this issue has been pushed to the Mageia Updates repository.\n\n$advurl"; if (my $result = call_bz('Bug.update', { ids => [$bugnum], status => 'RESOLVED', resolution => 'FIXED', comment => { body => $comment } })) { report_log("Bug $bugnum closed for $adv"); |