mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix showing instanced name for filesystems in formats command.
This commit is contained in:
@@ -174,7 +174,7 @@ sealed class FormatsCommand : Command
|
||||
if(verbose)
|
||||
table.AddRow(fs.Id.ToString(), Markup.Escape(fs.Name));
|
||||
else
|
||||
table.AddRow(Markup.Escape(kvp.Value.Name));
|
||||
table.AddRow(Markup.Escape(fs.Name));
|
||||
}
|
||||
|
||||
AnsiConsole.Write(table);
|
||||
|
||||
Reference in New Issue
Block a user