1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

M #-: fix minor bug in cli_helper (#1018)

This commit is contained in:
Alejandro Huertas Herrero 2021-03-24 10:48:31 +01:00 committed by GitHub
parent 0a13f68c29
commit f360530826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,7 +218,7 @@ module CLIHelper
if $stdout.tty?
ANSI_GREEN + text + ANSI_RESET
else
state
text
end
end