Skip to content

Commit

Permalink
cmd/utils: change blssync.JWTSecretFlag to DirectoryFlag (ethereum#30729
Browse files Browse the repository at this point in the history
)

closes ethereum#30304

We already use `DirectoryFlag` for `authrpc.jwtsecret` which expands the
tilde, so this should work out of the box
  • Loading branch information
MariusVanDerWijden authored Nov 6, 2024
1 parent e56bbd7 commit 9c08631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ var (
Usage: "Target EL engine API URL",
Category: flags.BeaconCategory,
}
BlsyncJWTSecretFlag = &cli.StringFlag{
BlsyncJWTSecretFlag = &flags.DirectoryFlag{
Name: "blsync.jwtsecret",
Usage: "Path to a JWT secret to use for target engine API endpoint",
Category: flags.BeaconCategory,
Expand Down

0 comments on commit 9c08631

Please sign in to comment.