mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 08:18:52 -05:00
From => from
This commit is contained in:
parent
54cec6f9f8
commit
1f47b7db54
@ -612,7 +612,7 @@ public class CmdlineOperations implements CmdlineInterface {
|
|||||||
|
|
||||||
// rename file, throw exception on failure
|
// rename file, throw exception on failure
|
||||||
if (!destination.equals(source) && !destination.exists()) {
|
if (!destination.equals(source) && !destination.exists()) {
|
||||||
log.info(format("[%s] From [%s] to [%s]", renameAction, source, destination));
|
log.info(format("[%s] from [%s] to [%s]", renameAction, source, destination));
|
||||||
destination = renameAction.rename(source, destination);
|
destination = renameAction.rename(source, destination);
|
||||||
|
|
||||||
// remember successfully renamed matches for history entry and possible revert
|
// remember successfully renamed matches for history entry and possible revert
|
||||||
|
Loading…
Reference in New Issue
Block a user