From: Frank Brehm Date: Wed, 17 Jun 2020 15:08:37 +0000 (+0200) Subject: Bugfixing snippets/tpl.250.pkgs-centos8.sh X-Git-Tag: 2.1.2^2~9^2~31^2~22 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=9629f6e9da3ce855119b27ad5fc63a54393d50ca;p=pixelpark%2Fcreate-vmware-tpl.git Bugfixing snippets/tpl.250.pkgs-centos8.sh --- diff --git a/snippets/tpl.250.pkgs-centos8.sh b/snippets/tpl.250.pkgs-centos8.sh index a635bb1..50201c8 100644 --- a/snippets/tpl.250.pkgs-centos8.sh +++ b/snippets/tpl.250.pkgs-centos8.sh @@ -25,9 +25,9 @@ install_pkgs_centos8() { echo echo "Creating /etc/gitconfig ..." cat <<-EOF >/etc/gitconfig - [color] - ui = true - EOF + [color] + ui = true + EOF } install_pkgs_centos8