mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-12 14:07:25 +00:00
Update and rename install.sh to install.sh
This commit is contained in:
parent
baf750466a
commit
5fff522959
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
if ! [ -e .git ]; then
|
if ! [ -e .git ]; then
|
||||||
echo "Please run this from repo root directory"
|
echo "Please run this from repo root directory"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue