This commit is contained in:
Thomas Forgione 2019-04-15 20:25:55 +02:00
parent 6063942d29
commit 7e8b2f3483
No known key found for this signature in database
GPG Key ID: BFD17A2D71B3B5E7
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ install() {
}
git_clone() {
info_n "Cloning $1..."
info_n "cloning $1..."
git clone $1 $2 > /dev/null 2>&1
if [ $? -eq 0 ]; then
echo " OK!"