Skip to content

Commit

Permalink
Update src/common/utils-cli.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmix authored Oct 23, 2024
1 parent d399b6e commit 7e4e38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/utils-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function tuiEndpointOption () {
'Can also be given a stored endpoint name from config eg: `entropy --endpoint test-net`.'
].join(' ')
)
.env('ENTROPY_ENDPOINT')
.env('ENTROPY_TUI_ENDPOINT')
.argParser(aliasOrEndpoint => {
/* see if it's a raw endpoint */
if (aliasOrEndpoint.match(/^wss?:\/\//)) return aliasOrEndpoint
Expand Down

0 comments on commit 7e4e38b

Please sign in to comment.