From 018a5d594db14570c4c5f8eed5fee6bb8f435a4f Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Tue, 6 Dec 2016 00:22:00 +0100 Subject: [PATCH] Add issue number to the OSXFUSE 3+ message License: MIT Signed-off-by: Jakub Sztandera --- fuse/node/mount_darwin.go | 1 + 1 file changed, 1 insertion(+) diff --git a/fuse/node/mount_darwin.go b/fuse/node/mount_darwin.go index 5417ee9db2a..e4bf92168e6 100644 --- a/fuse/node/mount_darwin.go +++ b/fuse/node/mount_darwin.go @@ -58,6 +58,7 @@ For more help, see: https://github.com/ipfs/go-ipfs/issues/177 OSXFUSE versions >3.0.0 are not compatible with version of FUSE library in current use. + This will be fixed in near future, see https://github.com/ipfs/go-ipfs/issues/3471 ` var errStrNeedFuseVersion = `unable to check fuse version.