mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 11:31:54 +08:00
core/commands: Fixed build on Windows
This commit is contained in:

committed by
Brian Tiger Chow

parent
4882904c3e
commit
c91805d7bd
@ -7,7 +7,7 @@ import (
|
||||
"github.com/jbenet/go-ipfs/core"
|
||||
)
|
||||
|
||||
var mountCmd = &cmds.Command{
|
||||
var MountCmd = &cmds.Command{
|
||||
Helptext: cmds.HelpText{
|
||||
Tagline: "Not yet implemented on Windows",
|
||||
ShortDescription: "Not yet implemented on Windows. :(",
|
||||
|
Reference in New Issue
Block a user