We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947591f commit 8f18c69Copy full SHA for 8f18c69
src/Drupal/Commands/config/ConfigCommands.php
@@ -340,7 +340,7 @@ public function getChanges($target_storage)
340
*/
341
public function getStorage($directory)
342
{
343
- if ($directory == \config_get_config_directory(CONFIG_SYNC_DIRECTORY)) {
+ if ($directory == Path::canonicalize(\config_get_config_directory(CONFIG_SYNC_DIRECTORY))) {
344
return \Drupal::service('config.storage.sync');
345
} else {
346
return new FileStorage($directory);
0 commit comments