Skip to content

Commit

Permalink
fix method
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Aug 2, 2024
1 parent d911b59 commit ac4d5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/eigenpod/verify_credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func verifyCredentials(cCtx *cli.Context, p utils.Prompter) error {
}

if cfg.outputFile != "" {
err = common.WriteToJSON(out, cfg.outputFile)
err = common.WriteToFile(out, cfg.outputFile)
if err != nil {
return eigenSdkUtils.WrapError("failed to write validator proofs to file", err)
}
Expand Down

0 comments on commit ac4d5ff

Please sign in to comment.