From 632f3db9ca6ed3848d401955a45ed41cfcd0729e Mon Sep 17 00:00:00 2001
From: Brian Weaver <weaver.299@osu.edu>
Date: Thu, 20 Feb 2020 12:32:57 -0500
Subject: [PATCH] Update config sync directory definition in settings.php

---
 web/sites/default/settings.php | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/web/sites/default/settings.php b/web/sites/default/settings.php
index 8cf42cfa58..aded6f2810 100644
--- a/web/sites/default/settings.php
+++ b/web/sites/default/settings.php
@@ -42,9 +42,8 @@
     error_log("Failed to create $config_sync_dir");
   }
 }
-$config_directories = array(
-  CONFIG_SYNC_DIRECTORY => $config_sync_dir,
-);
+
+$settings['config_sync_directory'] = $config_sync_dir;
 
 /**
  * If there is a local settings file, then include it
-- 
GitLab