Skip to content

cli: Fix inverted condition

Carlos Garnacho requested to merge wip/carlosg/status-output-fix into master

Fix thinko in boolean handling introduced in commit 71234ebf, since the variable name started off as "escape_sequences" that suggested the inverted value. We want to use escape sequences when not piped to a file.

Merge request reports