Open damienmckenna opened 10 years ago
Have you opened a ticket in the drush project ( github.com:drupal-ops/drush.git ) or is this bug only on the pantheon platform ? Can you post and example of the command you are trying to run?
This is not really a terminus question. Maybe applicable to our drush alias files, but IIRC there were other problems with passing a non-absolute "root" value.
It's possible we can dynamically add this via the gateway so that a valid absolute root is injected in real-time, but that might be a fair amount of work.
There's a bug in Drush that causes the user's local path to be passed along to the server as the --root option, which obviously won't work in 99%+ of use cases. Instead, assign the value "." to the 'root' option.