new func name

This commit is contained in:
Jeff Carr 2025-09-04 10:32:54 -05:00
parent b405cbc7e0
commit 6f8349ce5b
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ func main() {
gui.InitArg() gui.InitArg()
arg.MustParse(&argv) arg.MustParse(&argv)
if err := fhelp.ConfigureVerboseENV(); err != nil { if err := fhelp.ConfigureENV(); err != nil {
badExit(err) badExit(err)
} }
me.goSrc = os.Getenv("FORGE_GOSRC") me.goSrc = os.Getenv("FORGE_GOSRC")