summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index 3e7bffc..88f018d 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) {