[[!comment format=mdwn username="mithrandi" avatar="http://cdn.libravatar.org/avatar/869963bdf99b541c9f0bbfb04b0320f1" subject="comment 4" date="2018-08-16T13:12:35Z" content=""" Err, this patch: --- a/src/Propellor/Spin.hs +++ b/src/Propellor/Spin.hs @@ -181,6 +181,8 @@ -- running the updateServer update :: Maybe HostName -> IO () update forhost = do + hPrint stderr =<< hGetEncoding stdin + hSetEncoding stdin utf8 whenM hasGitRepo $ req NeedRepoUrl repoUrlMarker setRepoUrl """]]