Skip to content

Commit

Permalink
Change lighthouse list command
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolmin committed Aug 3, 2023
1 parent a53d23f commit 3e76075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/clients/lighthouse_validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func (l *LighthouseValidatorClient) Import(ctx *cli.Context) (err error) {

func (l *LighthouseValidatorClient) List(ctx *cli.Context) (err error) {
walletDir := ctx.String(flags.ValidatorWalletDirFlag)
cmd := exec.Command(l.commandName, "am", "validator", "list", "--datadir", walletDir)
cmd := exec.Command(Lighthouse.CommandName(), "am", "validator", "list", "--datadir", walletDir)

cmd.Stdin = os.Stdin
cmd.Stdout = os.Stdout
Expand Down

0 comments on commit 3e76075

Please sign in to comment.