Skip to content

Commit a62eb62

Browse files
Merge pull request #4400 from djdv/gx-winmount
Fix orphaned gx dependency
2 parents 225159b + d15fa17 commit a62eb62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/commands/mount_windows.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ package commands
33
import (
44
"errors"
55

6-
"gx/ipfs/QmadYQbq2fJpaRE3XhpMLH68NNxmWMwfMQy1ntr1cKf7eo/go-ipfs-cmdkit"
7-
86
cmds "github.com/ipfs/go-ipfs/commands"
7+
8+
cmdkit "gx/ipfs/QmSNbH2A1evCCbJSDC6u3RV3GGDhgu6pRGbXHvrN89tMKf/go-ipfs-cmdkit"
99
)
1010

1111
var MountCmd = &cmds.Command{

0 commit comments

Comments
 (0)