[scripts] feat: fix white colorschme for fetch

This commit is contained in:
David JULIEN 2022-11-11 15:24:11 +01:00
parent 618f657d4b
commit cc37b384aa
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ if [ -x "$(command -v tput)" ]; then
blue="$(tput setaf 4)"
magenta="$(tput setaf 5)"
cyan="$(tput setaf 6)"
white="$(tput setaf 15)"
white="$(tput setaf 7)"
reset="$(tput sgr0)"
fi