Swap .hooks for .arclint
This commit is contained in:
parent
c0dc4c3a44
commit
0e46aeb12c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ perform_install()
|
||||||
! -name ".cirrus-ci" \
|
! -name ".cirrus-ci" \
|
||||||
! -name ".cirrus.yml" \
|
! -name ".cirrus.yml" \
|
||||||
! -name ".gitignore" \
|
! -name ".gitignore" \
|
||||||
! -name ".hooks" \
|
! -name ".arclint" \
|
||||||
! -name ".arcconfig" \
|
! -name ".arcconfig" \
|
||||||
-exec cp -Rpv {} "${installdir}" \;
|
-exec cp -Rpv {} "${installdir}" \;
|
||||||
set -x
|
set -x
|
||||||
|
|
Loading…
Reference in a new issue