diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 14:46:20 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 14:46:20 -0400 |
| commit | 4b7ee8ce71b126faf370e97d8c0fe65f9f848ffb (patch) | |
| tree | da57718df8b82a2fa5bf35b6299c80b5dbd68a6f /Propellor | |
| parent | 02c357de4242318c4b9f546f1f757bc7cea3bf61 (diff) | |
propellor spin
Diffstat (limited to 'Propellor')
| -rw-r--r-- | Propellor/CmdLine.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
