@cryptotaxi247 / kubo / commits / 7f1a9f013

Fix DontCheckOSXFUSE config command example

License: MIT Signed-off-by: Daniel Aleksandersen <code@daniel.priv.no>

Daniel Aleksandersen committed Jan 28, 2019 at 08:18 UTC 7f1a9f013e52131ad72984bdee14d75b74ba19cd
1 file changed +1 -1
fuse/node/mount_darwin.go
+1 -1
@@ -74,7 +74,7 @@ Please install it yourself by running:
74 You can also stop ipfs from running these checks and use whatever OSXFUSE
75 version you have by running:
76
77 - ipfs config %s true
77 + ipfs --json config %s true
78
79 [1]: https://github.com/ipfs/go-ipfs/issues/177
80 [2]: https://github.com/ipfs/go-ipfs/pull/533