Don't show container in list new storage

Change-Id: I24263e244d5b86ef066cd2efd511a890b03bf6e7
Test: m
Bug: 324436145
This commit is contained in:
Ted Bauer
2024-09-04 18:11:59 +00:00
parent d41d4149f6
commit c50121613d

View File

@@ -62,7 +62,7 @@ fn convert(msg: ProtoFlagQueryReturnMessage) -> Result<Flag> {
permission,
value_picked_from,
staged_value,
container: msg.container.ok_or(anyhow!("missing container"))?,
container: "-".to_string(),
// TODO: remove once DeviceConfig is not in the CLI.
namespace: "-".to_string(),