drupal-console icon indicating copy to clipboard operation
drupal-console copied to clipboard

[config:export] fix path construction (#4245)

Open cburschka opened this issue 4 years ago • 2 comments

  • Use Drupal root, not Composer root.
  • Avoid adding the root to an already absolute path.
  • Avoid adding the root twice when creating the directory

Fixes #4245, fixes #4195, fixes #4198, fixes #4219

cburschka avatar May 19 '20 15:05 cburschka

Note: The third of the fixes in this PR is also contained in #4219, and should be credited to @timotheemoulin.

cburschka avatar May 19 '20 15:05 cburschka

I'm glad someone else took the lead on this issue

timotheemoulin avatar May 19 '20 17:05 timotheemoulin