From 284bf2a83349df4c867642257da14b0d303bbb5f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 24 Aug 2013 18:16:58 +0100 Subject: [PATCH] fix typo --- dgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2