1
0
Fork 0
mirror of synced 2025-04-06 07:13:33 +03:00

02: set core.autocrlf to false

This commit is contained in:
opheugene 2020-09-03 13:18:14 +03:00
parent 9b6e0be731
commit a2a3b35702

View file

@ -76,6 +76,10 @@ install_woocommerce() {
git clone https://github.com/woocommerce/woocommerce.git
cd woocommerce
git status
git config core.autocrlf false
git status
if [[ ! $WC_VERSION == 'latest' ]]; then
git checkout $WC_VERSION