Skip to content

Commit

Permalink
Merge pull request #4425 from ipfs/fix/windows-build-deps
Browse files Browse the repository at this point in the history
fix builds on windows
  • Loading branch information
whyrusleeping committed Nov 25, 2017
2 parents b7824ba + 971bb01 commit 96b8723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/mount_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

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

cmdkit "gx/ipfs/QmSNbH2A1evCCbJSDC6u3RV3GGDhgu6pRGbXHvrN89tMKf/go-ipfs-cmdkit"
cmdkit "gx/ipfs/QmUyfy4QSr3NXym4etEiRyxBLqqAeKHJuRdi8AACxg63fZ/go-ipfs-cmdkit"
)

var MountCmd = &cmds.Command{
Expand Down

0 comments on commit 96b8723

Please sign in to comment.