fix colorized output in terminal
Closes https://github.com/knadh/listmonk/issues/422
This commit is contained in:
parent
9e61bfc5df
commit
4d8e73b654
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ error() {
|
|||
}
|
||||
|
||||
completed() {
|
||||
printf '%s\n' "${GREEN}✓${GREEN} $*"
|
||||
printf '%s\n' "${GREEN}✓ ${NO_COLOR} $*"
|
||||
}
|
||||
|
||||
exists() {
|
||||
|
|
Loading…
Reference in a new issue