From 05f5799bb7dc9f2a066e513a3e019d3d9fce2814 Mon Sep 17 00:00:00 2001 From: Robert Date: Thu, 22 Dec 2022 18:37:48 -0500 Subject: [PATCH] Fixed typeo in Logic file creation. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 47c4693..d167107 100644 --- a/main.go +++ b/main.go @@ -96,7 +96,7 @@ func logic() { make_a_dir(mydir) file := use_file(mydir + "/" + main_file + "_logic.php") - temp_err := temp_inputs.Execute(file, php_tpl) + temp_err := temp_logic.Execute(file, php_tpl) if temp_err != nil { log.Fatalln(temp_err) }