switch tabs to spaces where allowed

This commit is contained in:
diginc
2016-10-30 12:25:08 -05:00
parent cb66d578a5
commit 7325ae336c

View File

@@ -90,6 +90,7 @@ setup_php_env_debian() {
} }
setup_php_env_alpine() { setup_php_env_alpine() {
# Intentionally tabs, required by HEREDOC de-indentation (<<-)
cat <<-EOF > "$PHP_ENV_CONFIG" cat <<-EOF > "$PHP_ENV_CONFIG"
[www] [www]
env[PATH] = ${PATH} env[PATH] = ${PATH}