fix color for IGreen

This commit is contained in:
Daniel Hansson 2019-07-06 15:13:41 +02:00 committed by GitHub
parent 52addfe220
commit 1aeaffcffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
lib.sh
View File

@ -1062,7 +1062,7 @@ install_if_not git
cd "$NCPATH"
if git apply --check /tmp/"${1}".patch >/dev/null 2>&1
then
print_text_in_color "IGreen" "Applying patch ${1} from the ${2} repository..."
print_text_in_color "$IGreen" "Applying patch ${1} from the ${2} repository..."
git apply /tmp/"${1}".patch
fi
}