mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-07-28 16:58:56 +00:00
fix garage status output
This commit is contained in:
@@ -71,7 +71,7 @@ impl Cli {
|
||||
_ => "NO ROLE ASSIGNED",
|
||||
};
|
||||
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,
|
||||
h = host,
|
||||
addr = addr,
|
||||
|
||||
Reference in New Issue
Block a user