1
0
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:
Matt Bell
2014-12-01 18:30:54 -08:00
committed by Brian Tiger Chow
parent 4882904c3e
commit c91805d7bd

View File

@ -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. :(",