Fix fetching color

This commit is contained in:
Jeremy Soller 2020-05-20 13:22:59 -06:00
parent 2d2a107025
commit 40e4ae839d
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -24,7 +24,7 @@ for recipe in $recipes
do
if [ ! -d "recipes/$recipe/source/" ]
then
echo -e "\033[01;38;5;215mrepo - fetching $recipe\033[0m" >&2
echo -e "\033[01;38;5;155mrepo - fetching $recipe\033[0m" >&2
./cook.sh "$recipe" fetch
fi