Skip to content

Commit d15fa17

Browse files
author
Dominic Della Valle
committed
Fix orphaned gx dependency
License: MIT Signed-off-by: Dominic Della Valle <[email protected]>
1 parent 225159b commit d15fa17

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)