mirror of
https://github.com/rclone/rclone.git
synced 2025-06-19 19:28:00 +02:00
operations: fix --immutable error message
This was accidentally changed in 53a1a0e3efb2cf04 accounting: add reference to completed transfers
This commit is contained in:
parent
963c0f28b9
commit
35da38e93f
@ -232,7 +232,7 @@ func equal(ctx context.Context, src fs.ObjectInfo, dst fs.Object, opt equalOpt)
|
|||||||
// Size and hash the same but mtime different
|
// Size and hash the same but mtime different
|
||||||
// Error if objects are treated as immutable
|
// Error if objects are treated as immutable
|
||||||
if ci.Immutable {
|
if ci.Immutable {
|
||||||
fs.Errorf(dst, "StartedAt mismatch between immutable objects")
|
fs.Errorf(dst, "Timestamp mismatch between immutable objects")
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
// Update the mtime of the dst object here
|
// Update the mtime of the dst object here
|
||||||
|
Loading…
x
Reference in New Issue
Block a user