Skip to content

Commit

Permalink
fix hepa typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold committed Feb 27, 2025
1 parent 6e69521 commit d268c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/domesday/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func run(args []string) error {
Name: "firehose-parallelism",
Usage: "number of concurrent firehose workers",
Value: 4,
EnvVars: []string{"HEPA_FIREHOSE_PARALLELISM"},
EnvVars: []string{"DOMESDAY_FIREHOSE_PARALLELISM"},
},
},
},
Expand Down

0 comments on commit d268c51

Please sign in to comment.