chiark / gitweb /
fix typo
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 24 Aug 2013 17:16:58 +0000 (18:16 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 24 Aug 2013 17:16:58 +0000 (18:16 +0100)
dgit

diff --git a/dgit b/dgit
index 3e7bffca2e0caf0ca0e73f2c5b4f5a5cba5c97c5..88f018d36a6b750e5c81b047b006e648d63bdce8 100755 (executable)
--- 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) {