summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-02-05 14:00:30 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-02-05 14:00:30 -0400
commita9db75e4808134e4ca6f5b8025c4001a3c6fb3bd (patch)
treee975f408cd6163c5d29bb33ea7ee8f0c8ec19e0e /doc
parentbfaac2dafb731ce48c83ba93125f5ba6fcb285f6 (diff)
Windows: Fix S3 special remote; need to call withSocketsDo to support Windows. Thanks, Trent.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/S3_Access_fails_on_windows.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/S3_Access_fails_on_windows.mdwn b/doc/bugs/S3_Access_fails_on_windows.mdwn
index fba0c335d..403d0c0c2 100644
--- a/doc/bugs/S3_Access_fails_on_windows.mdwn
+++ b/doc/bugs/S3_Access_fails_on_windows.mdwn
@@ -38,3 +38,5 @@ index cdaa754..0eed9db 100644
run ps =<< getProgName
where
"""]]
+
+> Thanks very much for the patch! [[done]] --[[Joey]]