This commit is contained in:
lunarxlark 2020-01-09 17:49:04 +09:00
parent ec271f179b
commit fade350461

2
mmv.go
View file

@ -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})
}