From 804fc1c5e4d1970a052502912f05a24547fd7f5a Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Sat, 21 Jan 2023 22:19:54 +0530 Subject: [PATCH] filename fix --- utils/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/main.go b/utils/main.go index b6c9a55..588be9a 100644 --- a/utils/main.go +++ b/utils/main.go @@ -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 {