summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-01-22 08:02:07 +0100
committerJustus Winter <justus@sequoia-pgp.org>2021-01-22 08:33:14 +0100
commit2d85f05a3265359cf9c9affa55ca63a04b04215b (patch)
tree7b6a67f3f6933e4ef14b4208071b8ffdd0515202
parentcfa56685eb6e196d88d25a985197ba9746be09b1 (diff)
sq: Fix armor detection.
-rw-r--r--sq/src/sq.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/sq/src/sq.rs b/sq/src/sq.rs
index 4f5cfcba..02706a22 100644
--- a/sq/src/sq.rs
+++ b/sq/src/sq.rs
@@ -245,6 +245,7 @@ fn detect_armor_kind(input: Box<dyn BufferedReader<()>>)
};
}
}
+ break 'detection armor::Kind::File;
};
(dup.into_inner().unwrap().into_inner().unwrap(), kind)
}