Update changelog

This commit is contained in:
VirtuBox
2022-04-29 14:26:24 +02:00
parent 1cb4911b42
commit 24ed5b50b2
2 changed files with 9 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
# -------------------------------------------------------------------------
# wget -qO wo wops.cc && sudo -E bash wo
# -------------------------------------------------------------------------
# Version 3.14.2 - 2022-04-28
# Version 3.14.2 - 2022-04-29
# -------------------------------------------------------------------------
# CONTENTS
@@ -787,7 +787,7 @@ wo_php_fix() {
}
wo_git_secure_path() {
if ! grep -q "directory = *" ~/.gitconfig; then
if ! grep -q "safe" ~/.gitconfig; then
echo -e "\n[safe]\n directory = *" >> ~/.gitconfig
fi
}