]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Bugfixing snippets/tpl.250.pkgs-centos8.sh
authorFrank Brehm <frank.brehm@pixelpark.com>
Wed, 17 Jun 2020 15:08:37 +0000 (17:08 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Wed, 17 Jun 2020 15:08:37 +0000 (17:08 +0200)
snippets/tpl.250.pkgs-centos8.sh

index a635bb1bbe67ddca93abc14b448906e274832fcb..50201c819f4ba0718fb7c19761ff767287938aeb 100644 (file)
@@ -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