1
0
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:
Harshavardhana
2015-08-22 02:52:03 -07:00
parent 6b41276a46
commit ae0f3b1474
3 changed files with 47 additions and 57 deletions

View File

@@ -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."