filename fix

This commit is contained in:
2023-01-21 22:19:54 +05:30
parent a85dba1c41
commit 804fc1c5e4

View File

@ -5,7 +5,7 @@ import (
"strings"
)
//go:embed templates/signup-script-template
//go:embed signup-script-template
var Bashscript string
func Dedup(input string) string {