fix garage status output
This commit is contained in:
parent
f37d5d2b08
commit
076ce04fe5
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ impl Cli {
|
||||||
_ => "NO ROLE ASSIGNED",
|
_ => "NO ROLE ASSIGNED",
|
||||||
};
|
};
|
||||||
healthy_nodes.push(format!(
|
healthy_nodes.push(format!(
|
||||||
"{id:?}\t{h}\t{addr}\t\t\t{new_role}",
|
"{id:.16}\t{h}\t{addr}\t\t\t{new_role}",
|
||||||
id = adv.id,
|
id = adv.id,
|
||||||
h = host,
|
h = host,
|
||||||
addr = addr,
|
addr = addr,
|
||||||
|
|
Loading…
Add table
Reference in a new issue