filename fix

This commit is contained in:
Arya 2023-01-21 22:19:54 +05:30
parent a85dba1c41
commit 804fc1c5e4
Signed by: arya
GPG Key ID: 842D12BDA50DF120
1 changed files with 1 additions and 1 deletions

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 {