Skip to content
Snippets Groups Projects
Commit 6188fc35 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add cook quiet to cook repo

parent 282bba26
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,10 @@ if [ -n "$1" ]
then
if [ "$1" = "repo" ]
then
echo -e "\033[01;38;5;215mcook - repo\033[0m" >&2
if [ ! "$COOK_QUIET" = "1" ]
then
echo -e "\033[01;38;5;215mcook - repo\033[0m" >&2
fi
echo "[packages]" > "$REPO.toml"
for toml in "$REPO/"*".toml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment