replace r
This commit is contained in:
parent
eeca1b554a
commit
6fd81fadb0
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ func DownloadTemplate(outPath string) {
|
|||
flag.Parse()
|
||||
|
||||
outPath = strings.ReplaceAll(outPath, "\n", "")
|
||||
outPath = strings.ReplaceAll(outPath, "\r", "")
|
||||
outPath = strings.ReplaceAll(outPath, " ", "-")
|
||||
outPath = strings.ToLower(outPath)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue