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:
Matthias Clasen
2019-02-01 19:48:43 -05:00
committed by Atomic Bot
parent d2dff2875b
commit e9382b34bd

View File

@@ -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);