Skip to content

Commit

Permalink
Update doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Techassi committed Nov 27, 2023
1 parent 5ee3012 commit eb1df7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/stackablectl/src/cmds/stacklet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ fn render_condition_error(
None
}

/// Colors a single condition (green or red) and additionally adds an error
/// index to the output.
// TODO (Techassi): Add back color support
/// Adds an error index to the output.
fn color_condition(condition: &str, is_good: Option<bool>, error_index: usize) -> String {
match is_good {
Some(is_good) => {
Expand Down

0 comments on commit eb1df7f

Please sign in to comment.