nsf-open / nsf

Repo for the NSF Site Redesign & Content Discovery project
https://nsf-demo.app.cloud.gov
GNU General Public License v2.0
4 stars 4 forks source link

Update config export's confirmation feedback to be accurate #238

Open fureigh opened 6 years ago

fureigh commented 6 years ago

User story

As a developer, I want information in the terminal to be accurate so that I can trust the system.

Acceptance criteria

Steps to reproduce

  1. Open a terminal and navigate to the root directory of this repository.
  2. Run bin/drupal config:export.
  3. Observe the confirmation message.

Actual:

The configuration was exported at "./sites/default/config/"

Expected:

The configuration was exported at "web/sites/default/config/"

mtboesch commented 6 years ago

@fureigh - Do you think this is something that needs to carried over to the new contract and solved by CA or is this something that can be closed? I am trying to go through some of the issues and figure out what still needs to be addressed.