Fixed typeo in Logic file creation.

main
Robert 3 years ago
parent bb50055f7b
commit 05f5799bb7
  1. 2
      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)
}

Loading…
Cancel
Save