[pkg-perl-tools] 01/01: Fix ticket attribute name
Alex Muntada
alexm-guest at moszumanska.debian.org
Tue Nov 29 00:10:00 UTC 2016
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 <alexm at 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
More information about the Pkg-perl-cvs-commits
mailing list