diff --git a/repo.sh b/repo.sh index 19ebf960f..5084f866b 100755 --- a/repo.sh +++ b/repo.sh @@ -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