Fix typo in cover.sh

TrivalFix

Change-Id: Iea9742a023a9b9af726352a930309efe54111615
This commit is contained in:
zhangyanxian 2016-11-16 10:28:28 +00:00
parent 467f8fa2bc
commit 6c1cc2c23e

View File

@ -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