From 5fa3b8d16ab1069508e9b76287c1b809831343bd Mon Sep 17 00:00:00 2001 From: Aaron Ball Date: Wed, 2 Dec 2020 11:50:34 -0700 Subject: Fix reference to FILES_E to FILES_M --- hooks/post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/post-receive b/hooks/post-receive index a3534c4..fbdbf8d 100644 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -4,7 +4,7 @@ dest=${WEB}/oper.io.services/crux-ports-arm64 # Copy files from working cache to destination rsync -av --inplace --exclude hooks --exclude '.git*' ./ ${dest}/ || true -printf '[git] Updating %s\n' ${FILES_E[@]} +printf '[git] Updating %s\n' ${FILES_M[@]} printf '[git] Removing %s\n' ${FILES_D[@]} # Regen repo httpup files -- cgit v1.2.3