mirror of
https://github.com/itchyny/mmv.git
synced 2025-12-27 06:34:57 +08:00
fix typo
This commit is contained in:
parent
ec271f179b
commit
fade350461
1 changed files with 1 additions and 1 deletions
2
mmv.go
2
mmv.go
|
|
@ -161,7 +161,7 @@ func buildRenames(files map[string]string) ([]rename, error) {
|
|||
}
|
||||
}
|
||||
|
||||
// if there is a cycle, rename the remporary file
|
||||
// if there is a cycle, rename the temporary file
|
||||
if cycle {
|
||||
rs = append(rs, rename{tmp, dst})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue