Skip to content

Commit

Permalink
[#1445] Removed config_vcs_directory from Acquia settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Dec 3, 2024
1 parent c4602ea commit 324aa7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/sites/default/includes/providers/settings.acquia.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
if (file_exists('/var/www/site-php/your_site/your_site-settings.inc')) {
// @codeCoverageIgnoreStart
require '/var/www/site-php/your_site/your_site-settings.inc';
$settings['config_sync_directory'] = $settings['config_vcs_directory'];
// @codeCoverageIgnoreEnd
}

Expand Down

1 comment on commit 324aa7a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.