mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
Update install script
This commit is contained in:
parent
f8c87eb84e
commit
0c1af46295
2 changed files with 1 additions and 1 deletions
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue