From: Thomas Bußmeyer Date: Wed, 6 Jul 2016 12:46:35 +0000 (+0200) Subject: Use double quotes. X-Git-Tag: v0.1.0~4579^2~1 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=90b13481b5ff5be283aed16cc58a0ee83086c168;p=pixelpark%2Fhiera.git Use double quotes. --- diff --git a/customer/spd/development.yaml b/customer/spd/development.yaml index e5ab0447..1eeef0a2 100644 --- a/customer/spd/development.yaml +++ b/customer/spd/development.yaml @@ -62,10 +62,10 @@ site::profile::typo3::projects: headers_ssl: - 'always set Strict-Transport-Security "max-age=31556926"' setenv: - - 'SIMPLESAMLPHP_CONFIG_DIR %{docroot}/typo3conf/simplesamlphp/config' + - "SIMPLESAMLPHP_CONFIG_DIR %{docroot}/typo3conf/simplesamlphp/config" aliases: alias: '/simplesaml' - path: '%{docroot}/typo3conf/simplesamlphp/www' + path: "%{docroot}/typo3conf/simplesamlphp/www" directories: - directory_simplesamlphp: provider: 'directory'