1
0
mirror of https://github.com/minio/mc.git synced 2025-11-16 11:02:34 +03:00

Some cleanup, sync to be enabled

This commit is contained in:
Harshavardhana
2015-05-16 02:16:13 -07:00
parent 164c8b8eea
commit af7d43dfe6
4 changed files with 15 additions and 23 deletions

View File

@@ -122,5 +122,5 @@ type errInvalidTarget struct {
}
func (e errInvalidTarget) Error() string {
return "Invalid source " + e.path
return "Invalid target " + e.path
}