Skip to content

Commit

Permalink
master | delete return when getting default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
edutomesco committed May 23, 2024
1 parent e2cbea7 commit ec4f4bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ func InitConfig() (*Config, error) {
return nil, fmt.Errorf("fatal error loading config file: %s", err)
case viper.ConfigFileNotFoundError:
log.Println("No config file found. Using defaults and environment variables")
return nil, nil
}
}

Expand Down

0 comments on commit ec4f4bb

Please sign in to comment.