mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
Fix typo in files command error message
License: MIT Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
This commit is contained in:
parent
f36671db46
commit
e2ccfdb8df
@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
ErrNotDirectory = errors.New("Couln't call NextFile(), this isn't a directory")
|
||||
ErrNotDirectory = errors.New("Couldn't call NextFile(), this isn't a directory")
|
||||
ErrNotReader = errors.New("This file is a directory, can't use Reader functions")
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user