mirror of
https://github.com/minio/mc.git
synced 2025-11-13 12:22:45 +03:00
error messages and tiny bug fixes
This commit is contained in:
@@ -73,12 +73,6 @@ func (e errInvalidTarget) Error() string {
|
||||
return "Invalid target " + e.URL
|
||||
}
|
||||
|
||||
type errTargetIsNotDir errInvalidURL
|
||||
|
||||
func (e errTargetIsNotDir) Error() string {
|
||||
return "Target ‘" + e.URL + "’ is not a folder."
|
||||
}
|
||||
|
||||
type errSourceNotRecursive errInvalidURL
|
||||
|
||||
func (e errSourceNotRecursive) Error() string {
|
||||
|
||||
Reference in New Issue
Block a user