Skip to content

Commit

Permalink
fixing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaele-oplabs committed Oct 1, 2024
1 parent dcdfc5d commit ab12164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-monitorism/faultproof_withdrawals/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func CLIFlags(envVar string) []cli.Flag {
},
&cli.Uint64Flag{
Name: StartingL1BlockHeightFlagName,
Usage: "Starting height to scan for events. This will take precendence if set.",
Usage: "Starting height to scan for events. This will take precedence if set.",
EnvVars: opservice.PrefixEnvVar(envVar, "START_BLOCK_HEIGHT"),
Required: false,
},
Expand Down

0 comments on commit ab12164

Please sign in to comment.