diff --git a/docroot/sites/default/settings.php b/docroot/sites/default/settings.php index 15e6133..de9f6a9 100755 --- a/docroot/sites/default/settings.php +++ b/docroot/sites/default/settings.php @@ -89,7 +89,7 @@ // Pantheon if (getenv('PANTHEON_ENVIRONMENT') && file_exists(__DIR__ . '/settings.pantheon.php')) { include __DIR__ . '/settings.pantheon-custom.php'; - include __DIR__ . 'settings.pantheon.php'; + include __DIR__ . '/settings.pantheon.php'; } // Platform.sh