From: Ian Jackson Date: Sat, 24 Aug 2013 17:16:58 +0000 (+0100) Subject: fix typo X-Git-Tag: debian/0.9~3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=284bf2a83349df4c867642257da14b0d303bbb5f fix typo --- diff --git a/dgit b/dgit index 3e7bffca..88f018d3 100755 --- a/dgit +++ b/dgit @@ -645,7 +645,7 @@ sub fetch_from_archive () { # one way or another get_archive_dsc() or return 0; foreach my $field (@ourdscfield) { - $dsc_hash = $dsc->{$ourdscfield}; + $dsc_hash = $dsc->{$field}; last if defined $dsc_hash; } if (defined $dsc_hash) {