From 9629f6e9da3ce855119b27ad5fc63a54393d50ca Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 17 Jun 2020 17:08:37 +0200 Subject: [PATCH] Bugfixing snippets/tpl.250.pkgs-centos8.sh --- snippets/tpl.250.pkgs-centos8.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5