Skip to content

Commit

Permalink
Use new env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
predictiple committed Jan 9, 2025
1 parent 70aeb16 commit 87a7b2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ func makeDefaultConfigLoader() *config.Loader {
WithTempdir(*tempdir_flag).
WithFileLoader(*config_path).
WithEmbedded(*embedded_config_path).
WithEnvLiteralLoader("VELOCIRAPTOR_CONFIG").
WithEnvLoader("VELOCIRAPTOR_CONFIG").
WithEnvLiteralLoader("VELOCIRAPTOR_LITERAL_CONFIG").
WithConfigMutator("Mutator mergeFlagConfig",
func(config_obj *config_proto.Config) error {
return mergeFlagConfig(config_obj, default_config)
Expand Down

0 comments on commit 87a7b2f

Please sign in to comment.