From 7f1a9f013e52131ad72984bdee14d75b74ba19cd Mon Sep 17 00:00:00 2001 From: Daniel Aleksandersen Date: Mon, 28 Jan 2019 08:18:38 +0100 Subject: [PATCH] Fix DontCheckOSXFUSE config command example License: MIT Signed-off-by: Daniel Aleksandersen --- fuse/node/mount_darwin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuse/node/mount_darwin.go b/fuse/node/mount_darwin.go index 612a0c294..512eb1f12 100644 --- a/fuse/node/mount_darwin.go +++ b/fuse/node/mount_darwin.go @@ -74,7 +74,7 @@ Please install it yourself by running: You can also stop ipfs from running these checks and use whatever OSXFUSE version you have by running: - ipfs config %s true + ipfs --json config %s true [1]: https://github.com/ipfs/go-ipfs/issues/177 [2]: https://github.com/ipfs/go-ipfs/pull/533