Skip to content

Commit d9861f7

Browse files
committed
cli: rename
1 parent dfa2d04 commit d9861f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup/states.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ impl<K, S, C: ResourceSetupStatusCheck> std::fmt::Display for ResourceSetupInfo<
283283
let changes = status_check.describe_changes();
284284
if !changes.is_empty() {
285285
let mut f = indented(f).with_str(INDENT);
286-
writeln!(f, "{}", "CHANGE:".color(AnsiColors::BrightBlack))?;
286+
writeln!(f, "{}", "TODO:".color(AnsiColors::BrightBlack))?;
287287
for change in changes {
288288
writeln!(f, " - {}", change.color(AnsiColors::BrightBlack))?;
289289
}

0 commit comments

Comments
 (0)