Skip to content

Commit

Permalink
cmd/utils: change blssync.JWTSecretFlag to DirectoryFlag
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusVanDerWijden committed Nov 5, 2024
1 parent 98056e1 commit e4e0cea
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 @@ -326,7 +326,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 e4e0cea

Please sign in to comment.