Skip to content

Commit

Permalink
i guess this is the standard though
Browse files Browse the repository at this point in the history
  • Loading branch information
faithanalog committed Aug 2, 2024
1 parent 04ff080 commit e0cc0e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wicket/src/cli/inventory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ fn print_bootstrap_sled_data(data: &ConfiguredBootstrapSledData) {

// Print status indicator
let status = match address {
None => format!("{}", 'o'.green()),
Some(_) => format!("{}", 'x'.red()),
None => format!("{}", ''.green()),
Some(_) => format!("{}", ''.red()),
};

let addr_fmt = match address {
Expand Down

0 comments on commit e0cc0e9

Please sign in to comment.