mirror of
https://github.com/minio/mc.git
synced 2025-11-14 23:42:27 +03:00
User folder instead of directories in documentation
This commit is contained in:
@@ -114,10 +114,10 @@ func (e errInvalidSource) Error() string {
|
||||
return "Invalid source " + e.path
|
||||
}
|
||||
|
||||
type errIsNotDIR struct {
|
||||
type errIsNotFolder struct {
|
||||
path string
|
||||
}
|
||||
|
||||
func (e errIsNotDIR) Error() string {
|
||||
return "Not a directory " + e.path
|
||||
func (e errIsNotFolder) Error() string {
|
||||
return "Not a folder " + e.path
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user