Fix case
This commit is contained in:
parent
6063942d29
commit
7e8b2f3483
|
@ -70,7 +70,7 @@ install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
git_clone() {
|
git_clone() {
|
||||||
info_n "Cloning $1..."
|
info_n "cloning $1..."
|
||||||
git clone $1 $2 > /dev/null 2>&1
|
git clone $1 $2 > /dev/null 2>&1
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
echo " OK!"
|
echo " OK!"
|
||||||
|
|
Loading…
Reference in New Issue