From 7cfbf639684c73ecc368a6fd5e7da6e82b8b5a6b Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sat, 23 Jul 2022 17:35:12 -0400 Subject: [PATCH] Verbose copy; I like to see what's going on. --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 98b2e97..17d32c9 100644 --- a/make.sh +++ b/make.sh @@ -85,7 +85,7 @@ recipe_site() { fi # In the future, this might do more. - cp site/* "$TELODENDRIA_PUB/" + cp -v site/* "$TELODENDRIA_PUB/" } recipe_release() {