summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-24 18:16:58 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-24 18:16:58 +0100
commit284bf2a83349df4c867642257da14b0d303bbb5f (patch)
tree436f3149a86bbae4bf75473c1e166bed34188774
parentbf80f80d5ee38317cff7624dd9b53633e82fccda (diff)
fix typo
-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) {