From 90b13481b5ff5be283aed16cc58a0ee83086c168 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Bu=C3=9Fmeyer?= Date: Wed, 6 Jul 2016 14:46:35 +0200 Subject: [PATCH] Use double quotes. --- customer/spd/development.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' -- 2.39.5