diff --git a/setup.sh b/setup.sh index edf83fc..8fb476a 100755 --- a/setup.sh +++ b/setup.sh @@ -177,7 +177,7 @@ if grep -qEi "(Microsoft|WSL)" /proc/version &> /dev/null; then fi else # Linux Server: Cache credentials for 12 hour - git config --global credential.helper 'cache --timeout=43200 --replace-all' + git config --global credential.helper 'cache --timeout=43200' --replace-all fi # Docker Group