mirror of
https://github.com/nxshock/backuper.git
synced 2025-07-02 00:23:37 +05:00
Fix typo
This commit is contained in:
parent
465cfae874
commit
ca8193ad06
1 changed files with 1 additions and 1 deletions
2
utils.go
2
utils.go
|
@ -32,7 +32,7 @@ func sizeToApproxHuman(s int64) string {
|
||||||
return fmt.Sprintf("%d B", s)
|
return fmt.Sprintf("%d B", s)
|
||||||
}
|
}
|
||||||
|
|
||||||
// clean убирает невозможнын комбинации символов из пути
|
// clean убирает невозможные комбинации символов из пути
|
||||||
func clean(s string) string {
|
func clean(s string) string {
|
||||||
s = strings.ReplaceAll(s, ":", "")
|
s = strings.ReplaceAll(s, ":", "")
|
||||||
s = strings.ReplaceAll(s, `\\`, `\`)
|
s = strings.ReplaceAll(s, `\\`, `\`)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue