diff --git a/modules/tide_site_theming/tide_site_theming.install b/modules/tide_site_theming/tide_site_theming.install index 7750b09..f9cc95f 100644 --- a/modules/tide_site_theming/tide_site_theming.install +++ b/modules/tide_site_theming/tide_site_theming.install @@ -227,7 +227,7 @@ function tide_site_theming_update_10001() { 'field.field.taxonomy_term.sites.field_site_app_icon' => 'field_config', ]; module_load_include('inc', 'tide_core', 'includes/helpers'); - $config_location = [\Drupal::service('extension.list.module')->getPath('tide_site_theming') . '/config/install']; + $config_location = [\Drupal::service('extension.list.module')->getPath('tide_site') . '/config/install']; // Check if field already exported to config/sync. foreach ($configs as $config => $type) { $config_read = _tide_read_config($config, $config_location, TRUE);