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 7f023ab commit 37aeb5dCopy full SHA for 37aeb5d
1 file changed
src/Command/Config/ExportCommand.php
@@ -94,7 +94,8 @@ protected function interact(InputInterface $input, OutputInterface $output)
94
*/
95
protected function execute(InputInterface $input, OutputInterface $output)
96
{
97
- $directory = $input->getOption('directory');
+ $drupal_root = $this->drupalFinder->getComposerRoot();
98
+ $directory = $drupal_root.'/'.$input->getOption('directory');
99
$tar = $input->getOption('tar');
100
$removeUuid = $input->getOption('remove-uuid');
101
$removeHash = $input->getOption('remove-config-hash');
0 commit comments