mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-19 13:18:12 -05:00
remote-ls: Fix up the column titles
The index for these were wrong.
This commit is contained in:
@@ -169,8 +169,8 @@ flatpak_builtin_ls_remote (int argc, char **argv, GCancellable *cancellable, GEr
|
||||
|
||||
flatpak_table_printer_set_column_title (printer, 0, _("Ref"));
|
||||
flatpak_table_printer_set_column_title (printer, 1, _("Commit"));
|
||||
flatpak_table_printer_set_column_title (printer, 1, _("Installed size"));
|
||||
flatpak_table_printer_set_column_title (printer, 1, _("Download size"));
|
||||
flatpak_table_printer_set_column_title (printer, 2, _("Installed size"));
|
||||
flatpak_table_printer_set_column_title (printer, 3, _("Download size"));
|
||||
|
||||
for (i = 0; i < n_keys; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user