mirror of
https://github.com/codecov/codecov-action
synced 2026-09-07 20:03:43 +00:00
Update install script
This commit is contained in:
Regular → Executable
+1
-1
@@ -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