Revert "cli transaction: Make the checks green"

This reverts commit e209ac9e10.

We're counting thee escape sequences as width, until we fix
this we disable this.

Closes: #2686
Approved by: alexlarsson
This commit is contained in:
Alexander Larsson
2019-02-06 10:14:48 +01:00
committed by Atomic Bot
parent 24398ad1c2
commit 2ea428a541

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, FLATPAK_ANSI_GREEN "-" FLATPAK_ANSI_COLOR_RESET);
set_op_progress (self, op, "-");
else
set_op_progress (self, op, FLATPAK_ANSI_GREEN "" FLATPAK_ANSI_COLOR_RESET);
set_op_progress (self, op, "");
if (flatpak_fancy_output ())
redraw (self);