mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-21 00:47:22 +08:00
update cmdkit to fix the progress bar
The progressbar should now correctly calculate the size of a directory (by ignoring the directory sizes). fixes #5288 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
@ -11,8 +11,8 @@ import (
|
||||
e "github.com/ipfs/go-ipfs/core/commands/e"
|
||||
nodeMount "github.com/ipfs/go-ipfs/fuse/node"
|
||||
|
||||
"gx/ipfs/QmPVqQHEfLpqK7JLCsUkyam7rhuV3MAeZ9gueQQCrBwCta/go-ipfs-cmdkit"
|
||||
config "gx/ipfs/QmRwCaRYotCqXsVZAXwWhEJ8A74iAaKnY7MUe6sDgFjrE5/go-ipfs-config"
|
||||
"gx/ipfs/QmdE4gMduCKCGAcczM2F5ioYDfdeKuPix138wrES1YSr7f/go-ipfs-cmdkit"
|
||||
)
|
||||
|
||||
var MountCmd = &cmds.Command{
|
||||
|
Reference in New Issue
Block a user