mirror of
https://github.com/minio/mc.git
synced 2025-11-13 12:22:45 +03:00
Use DiffMessage rather than diffV1
This commit is contained in:
@@ -85,7 +85,7 @@ func (e errSourceNotRecursive) Error() string {
|
||||
return "Source ‘" + e.URL + "’ is not recursive."
|
||||
}
|
||||
|
||||
type errSourceIsNotDir errTargetIsNotDir
|
||||
type errSourceIsNotDir errInvalidURL
|
||||
|
||||
func (e errSourceIsNotDir) Error() string {
|
||||
return "Source ‘" + e.URL + "’ is not a folder."
|
||||
|
||||
Reference in New Issue
Block a user