Fix typo in cover.sh
TrivalFix Change-Id: Iea9742a023a9b9af726352a930309efe54111615
This commit is contained in:
parent
467f8fa2bc
commit
6c1cc2c23e
2
cover.sh
2
cover.sh
@ -21,7 +21,7 @@ show_diff () {
|
|||||||
|
|
||||||
if ! git diff --exit-code || ! git diff --cached --exit-code
|
if ! git diff --exit-code || ! git diff --cached --exit-code
|
||||||
then
|
then
|
||||||
echo "There are uncommited changes!"
|
echo "There are uncommitted changes!"
|
||||||
echo "Please clean git working directory and try again"
|
echo "Please clean git working directory and try again"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user