From 38ce8a2a9efada278c498b0fb1ddce63560de04a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 15 Apr 2015 21:08:59 +0100 Subject: dgit-repos-policy-debian: Fix misleading varible name --- infra/dgit-repos-policy-debian | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'infra') diff --git a/infra/dgit-repos-policy-debian b/infra/dgit-repos-policy-debian index 8aeff67..7e459cc 100755 --- a/infra/dgit-repos-policy-debian +++ b/infra/dgit-repos-policy-debian @@ -116,8 +116,8 @@ sub apiquery ($) { sub specific_suite_has_vsn_in_our_history ($) { my ($suite) = @_; - my $in_new = apiquery "/dsc_in_suite/$suite/$pkg"; - foreach my $entry (@$in_new) { + my $in_suite = apiquery "/dsc_in_suite/$suite/$pkg"; + foreach my $entry (@$in_suite) { my $vsn = $entry->{version}; die "$pkg ?" unless defined $vsn; my $tag = debiantag $vsn; -- cgit v1.2.3