mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-07-26 07:58:14 +00:00
fix panic in garage status (fix #1131)
This commit is contained in:
@@ -100,7 +100,7 @@ impl Cli {
|
||||
drain_msg = true;
|
||||
"draining metadata.."
|
||||
}
|
||||
_ => unreachable!(),
|
||||
_ => continue,
|
||||
};
|
||||
|
||||
failed_nodes.push(format!(
|
||||
|
||||
Reference in New Issue
Block a user