summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormithrandi2018-08-16 13:12:36 +0000
committeradmin2018-08-16 13:12:36 +0000
commitc9582ef73cf18ccd0c3c9a49e80416c2b1849a7d (patch)
tree5d69febb15284b8d72d31120464da0c074d2f134
parent34093bd6a70afd67ed2e027fb9f8a642f698267d (diff)
Added a comment
-rw-r--r--doc/forum/Privdata_corrupted_when_spinning_from_macOS/comment_4_7f6773e21b9bb62961b0c291d0f8b7d0._comment20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/forum/Privdata_corrupted_when_spinning_from_macOS/comment_4_7f6773e21b9bb62961b0c291d0f8b7d0._comment b/doc/forum/Privdata_corrupted_when_spinning_from_macOS/comment_4_7f6773e21b9bb62961b0c291d0f8b7d0._comment
new file mode 100644
index 00000000..733f7d33
--- /dev/null
+++ b/doc/forum/Privdata_corrupted_when_spinning_from_macOS/comment_4_7f6773e21b9bb62961b0c291d0f8b7d0._comment
@@ -0,0 +1,20 @@
+[[!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
+
+"""]]