1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-09 19:32:24 +08:00

add space

This commit is contained in:
Brian Tiger Chow
2015-02-06 11:23:05 -07:00
parent 8fb94daa65
commit a549cf57d6

View File

@ -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)