Skip to content

Commit

Permalink
Fix heading for State Diffs in envman.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Oct 20, 2024
1 parent 9a2256e commit 16a4669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/envman/src/cmds/env_diff_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ impl EnvDiffCmd {

output
.present(&(
Heading::new(HeadingLevel::Level1, "States Cleaned"),
Heading::new(HeadingLevel::Level1, "State Diffs"),
states_diffs_presentables,
"\n",
))
Expand Down

0 comments on commit 16a4669

Please sign in to comment.