summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Kiki.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kiki.hs b/lib/Kiki.hs
index 870bbba..39fbd15 100644
--- a/lib/Kiki.hs
+++ b/lib/Kiki.hs
@@ -321,7 +321,7 @@ importAndRefresh root cmn cipher = do
321 , opHome=homespec 321 , opHome=homespec
322 , opTransforms = [] 322 , opTransforms = []
323 } 323 }
324 when (not bUnprivileged) $ do 324 when bUnprivileged $ do
325 hPutStrLn stderr "Insufficient privilege generating system service keys." 325 hPutStrLn stderr "Insufficient privilege generating system service keys."
326 -- Run the all-in-one operation that generates or imports all subkeys. 326 -- Run the all-in-one operation that generates or imports all subkeys.
327 KikiResult rt report <- runKeyRing (if bUnprivileged then nop else op) 327 KikiResult rt report <- runKeyRing (if bUnprivileged then nop else op)