Skip to content

Commit 96b8723

Browse files
Merge pull request #4425 from ipfs/fix/windows-build-deps
fix builds on windows
2 parents b7824ba + 971bb01 commit 96b8723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/commands/mount_windows.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55

66
cmds "github.com/ipfs/go-ipfs/commands"
77

8-
cmdkit "gx/ipfs/QmSNbH2A1evCCbJSDC6u3RV3GGDhgu6pRGbXHvrN89tMKf/go-ipfs-cmdkit"
8+
cmdkit "gx/ipfs/QmUyfy4QSr3NXym4etEiRyxBLqqAeKHJuRdi8AACxg63fZ/go-ipfs-cmdkit"
99
)
1010

1111
var MountCmd = &cmds.Command{

0 commit comments

Comments
 (0)