From bff7796f691efd8e3258f6d71f92300ed42b62e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20Healy?= Date: Mon, 20 Apr 2026 16:52:17 +0100 Subject: [PATCH] Add more logging. --- automation/apply.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automation/apply.sh b/automation/apply.sh index cddf1a8..b13b2ea 100755 --- a/automation/apply.sh +++ b/automation/apply.sh @@ -8,6 +8,7 @@ fi mkdir -p "$dst_dir" ./git-portfolio "$dst" tmp_web_footer_dir="/tmp/web-footer-$(date +%N)" +echo Cloning web-footer to "$tmp_web_footer_dir"... >&2 git clone --depth 1 --branch main git@git.seanhealy.ie:sean/web-footer.git "$tmp_web_footer_dir" (cd "/tmp/web-footer" && ./automation/personalise.sh) echo Cleaning up... >&2