summaryrefslogtreecommitdiff
path: root/kiki.hs
diff options
context:
space:
mode:
Diffstat (limited to 'kiki.hs')
-rw-r--r--kiki.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/kiki.hs b/kiki.hs
index 6afcbed..c5572c6 100644
--- a/kiki.hs
+++ b/kiki.hs
@@ -1051,7 +1051,9 @@ sync bExport bImport bSecret cmdarg args_raw = do
1051 in if bExport 1051 in if bExport
1052 then (ArgFile path, StreamInfo { fill = KF_Match usage 1052 then (ArgFile path, StreamInfo { fill = KF_Match usage
1053 , spill = KF_Match usage 1053 , spill = KF_Match usage
1054 , typ = PEMFile 1054 , typ = if "dns-" `isPrefixOf` usage
1055 then DNSPresentation
1056 else PEMFile
1055 , access = Sec 1057 , access = Sec
1056 , initializer = cmd' 1058 , initializer = cmd'
1057 , transforms = [] 1059 , transforms = []