mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-08 08:06:27 +00:00
Update install script
This commit is contained in:
0
hooks/pre-commit
Normal file → Executable file
0
hooks/pre-commit
Normal file → Executable file
@@ -8,5 +8,5 @@ fi
|
|||||||
cd .git/hooks
|
cd .git/hooks
|
||||||
for i in pre-commit; do
|
for i in pre-commit; do
|
||||||
rm -fv $i
|
rm -fv $i
|
||||||
ln -sv ../../hook/$i
|
ln -sv ../../hooks/$i
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user