Skip to content

Commit

Permalink
fix load env
Browse files Browse the repository at this point in the history
  • Loading branch information
pastusiak committed Jan 3, 2024
1 parent bed7dea commit 41f9a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpl/core_console/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type App struct{}

func NewApp(loadEnv bool) *App {
if loadEnv {
godotenv.Loa
godotenv.Load()
}

return &App{}
Expand Down

0 comments on commit 41f9a69

Please sign in to comment.