Swap .hooks for .arclint

This commit is contained in:
0x1eef 2024-05-11 19:33:59 -03:00
parent c0dc4c3a44
commit 0e46aeb12c

View file

@ -51,7 +51,7 @@ perform_install()
! -name ".cirrus-ci" \
! -name ".cirrus.yml" \
! -name ".gitignore" \
! -name ".hooks" \
! -name ".arclint" \
! -name ".arcconfig" \
-exec cp -Rpv {} "${installdir}" \;
set -x