mirror of
https://github.com/nxshock/backuper.git
synced 2024-11-28 00:21:02 +05:00
Fix typo
This commit is contained in:
parent
465cfae874
commit
ca8193ad06
2
utils.go
2
utils.go
@ -32,7 +32,7 @@ func sizeToApproxHuman(s int64) string {
|
||||
return fmt.Sprintf("%d B", s)
|
||||
}
|
||||
|
||||
// clean убирает невозможнын комбинации символов из пути
|
||||
// clean убирает невозможные комбинации символов из пути
|
||||
func clean(s string) string {
|
||||
s = strings.ReplaceAll(s, ":", "")
|
||||
s = strings.ReplaceAll(s, `\\`, `\`)
|
||||
|
Loading…
Reference in New Issue
Block a user