@cryptotaxi247 / kubo / commits / 00b099c71

core/cmds: fix go-fuse-version path

Juan Batiz-Benet committed Jan 17, 2015 at 02:45 UTC 00b099c71f3b4232330478eb2c475f43370ece79
1 file changed +1 -1
core/commands/mount_darwin.go
+1 -1
@@ -6,7 +6,7 @@ import (
6 "strings"
7 "syscall"
8
9 - fuseversion "github.com/jbenet/go-fuse-version"
9 + fuseversion "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-fuse-version"
10 )
11
12 func init() {