From 4b7ee8ce71b126faf370e97d8c0fe65f9f848ffb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 31 Mar 2014 14:46:20 -0400 Subject: propellor spin --- Propellor/CmdLine.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Propellor/CmdLine.hs') diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs index 1827f8a9..97088156 100644 --- a/Propellor/CmdLine.hs +++ b/Propellor/CmdLine.hs @@ -149,7 +149,7 @@ boot props = do hFlush stdout reply <- hGetContentsStrict stdin - hPutStrLn stderr $ show $ fromMarked keyringMarker reply + hPutStrLn stderr $ show $ B64.decode . BL.pack . s2w8 <$> fromMarked keyringMarker reply hFlush stderr makePrivDataDir -- cgit v1.2.3