mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-19 14:22:18 -04:00
cli transaction: Make the checks green
Success ought to be green. Related: #2671 Closes: #2676 Approved by: mwleeds Closes: #2689 Approved by: alexlarsson
This commit is contained in:
committed by
Atomic Bot
parent
d2dff2875b
commit
e9382b34bd
@@ -422,9 +422,9 @@ operation_done (FlatpakTransaction *transaction,
|
||||
FlatpakTransactionOperationType op_type = flatpak_transaction_operation_get_operation_type (op);
|
||||
|
||||
if (op_type == FLATPAK_TRANSACTION_OPERATION_UNINSTALL)
|
||||
set_op_progress (self, op, "-");
|
||||
set_op_progress (self, op, FLATPAK_ANSI_GREEN "-" FLATPAK_ANSI_COLOR_RESET);
|
||||
else
|
||||
set_op_progress (self, op, "✓");
|
||||
set_op_progress (self, op, FLATPAK_ANSI_GREEN "✓" FLATPAK_ANSI_COLOR_RESET);
|
||||
|
||||
if (flatpak_fancy_output ())
|
||||
redraw (self);
|
||||
|
||||
Reference in New Issue
Block a user