This is an automated email from the git hooks/post-receive script.

alexm-guest pushed a commit to branch master
in repository pkg-perl-tools.

commit 2c7efacaccd516fad4e2ff77f008b5b7510e8dd4
Author: Alex Muntada <al...@alexm.org>
Date:   Tue Nov 29 01:09:30 2016 +0100

    Fix ticket attribute name
    
    Gbp-Dch: Ignore
---
 lib/Debian/PkgPerl/GitHub.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Debian/PkgPerl/GitHub.pm b/lib/Debian/PkgPerl/GitHub.pm
index bf30589..34c52d1 100644
--- a/lib/Debian/PkgPerl/GitHub.pm
+++ b/lib/Debian/PkgPerl/GitHub.pm
@@ -385,7 +385,7 @@ sub bug {
     my $self = shift;
     my ($ticket) = @_;
 
-    $self->{bug} = $ticket;
+    $self->{ticket} = $ticket;
 
     return $self;
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to