Skip to content

Commit

Permalink
fix: lint 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinezAvellan committed May 20, 2024
1 parent b1d8f04 commit 9508657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/os.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ func InitLocalEnvConfig() *LocalEnvConfig {
envName := GetenvOrDefault("ENV_NAME", "local")

fmt.Printf("ENVIRONMENT NAME \u001B[31m(%s)\u001B[0m\n", envName)

if envName == "local" {
localEnvConfigOnce.Do(func() {
if err := godotenv.Load(); err != nil {
Expand Down

0 comments on commit 9508657

Please sign in to comment.