Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mslipper committed Dec 31, 2024
1 parent bad4f09 commit d004f23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ops/cmd/sync_staging/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ func action(cliCtx *cli.Context) error {
}
output.WriteOK("internal uniqueness check passed")

output.WriteStderr("checking global chain ID uniqueness")
globalChainData, err := manage.FetchGlobalChainIDs()
if err != nil {
return fmt.Errorf("failed to fetch global chain IDs: %w", err)
Expand All @@ -100,7 +99,7 @@ func action(cliCtx *cli.Context) error {
return fmt.Errorf("failed to write chain config: %w", err)
}

output.WriteStderr(
output.WriteOK(
"wrote chain config %s.toml to %s superchain",
stagedChain.Meta.ShortName,
stagedChain.Meta.Superchain,
Expand Down

0 comments on commit d004f23

Please sign in to comment.