replace r

This commit is contained in:
maddalax 2024-09-23 15:39:05 -05:00
parent eeca1b554a
commit 6fd81fadb0

View file

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