diff options
author | Aaron Ball <nullspoon@oper.io> | 2020-12-02 11:50:34 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2020-12-02 11:50:34 -0700 |
commit | 5fa3b8d16ab1069508e9b76287c1b809831343bd (patch) | |
tree | 2fb3d2a129865725c91acb8e0ae9b40a90ba0c73 | |
parent | a785a400cfe159cc210f5ca46985049b37124997 (diff) | |
download | crux-ports-arm64-5fa3b8d16ab1069508e9b76287c1b809831343bd.tar.gz crux-ports-arm64-5fa3b8d16ab1069508e9b76287c1b809831343bd.tar.xz |
Fix reference to FILES_E to FILES_M
-rw-r--r-- | hooks/post-receive | 2 |
1 files changed, 1 insertions, 1 deletions
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 |