config-extra icon indicating copy to clipboard operation
config-extra copied to clipboard

Adding a space in the commit message for config export is causing sadness

Open labboy0276 opened this issue 9 years ago • 1 comments

Hello!

Out of the blue when doing a commit message on a config-export, weirdness starts happening.

I hate to reference another issue in a ticket, but all the magixs I tried is here: https://github.com/kalabox/kalabox/issues/896

Long story short, this happens:

john@kalamuna:~/kalabox/apps/bakers-mission$ kbox drush config-export --commit --message="Module monkey TRILL"
info: COMPOSE =>  0=--project-name, 1=bakers-mission, 2=--file, 3=/home/john/kalabox/apps/bakers-mission/kalabox-compose.yml, 4=--file, 5=/home/john/kalabox/apps/bakers-mission/kalabox-cli.yml, 6=--file, 7=/home/john/kalabox/apps/bakers-mission/kalabox-cli.yml, 8=run, 9=--entrypoint, 10=bash --login -c, 11=--rm, 12=terminus, 13=drush8 config-export --commit --message=Module monkey TRILL --strict=0, mode=attach
Starting bakersmission_data_1
exception 'Exception' with message 'The configuration directory type 'monkey' does not exist' in                                     [error]
/code/core/includes/bootstrap.inc:154

labboy0276 avatar Jan 27 '16 16:01 labboy0276

@labboy might be worth trying to run config-extra straight up without kbox to verify the issue is with config-extra and not some bad escaping or argument handling on the kalabox side.

pirog avatar Feb 22 '16 17:02 pirog