mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-09 19:32:24 +08:00
add space
This commit is contained in:
@ -268,7 +268,7 @@ func callPreCommandHooks(ctx context.Context, details cmdDetails, req cmds.Reque
|
||||
}
|
||||
|
||||
func callCommand(ctx context.Context, req cmds.Request, root *cmds.Command, cmd *cmds.Command) (cmds.Response, error) {
|
||||
log.Info(config.EnvDir, req.Context().ConfigRoot)
|
||||
log.Info(config.EnvDir, " ", req.Context().ConfigRoot)
|
||||
var res cmds.Response
|
||||
|
||||
details, err := commandDetails(req.Path(), root)
|
||||
|
Reference in New Issue
Block a user