Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If 'root' value not present in alias definition, local path used instead #821

Closed
damienmckenna opened this issue Sep 17, 2014 · 5 comments
Closed

Comments

@damienmckenna
Copy link

I noticed that if I run some Drush commands via aliases on a Pantheon account with Drush 6.4, that if I don't have the 'root' attribute set it will use the local current working directory instead of simply not submitting anything for that value.

@weitzman
Copy link
Member

Possibly related - #313

@damienmckenna
Copy link
Author

That seems like the same issue, but I'm still experiencing it on the latest 6.x? I'll have to dig deeper.

@damienmckenna
Copy link
Author

What I've done to work around this is to add the following to an alias definition:

'root' => '.',

@liberatr
Copy link
Contributor

@damienmckenna that line does not appear to work for me. Jumping back to drush 6.3 does the trick though, without editing the drushrc.

For those that have moved up to composer, this can be done with "composer global require drush/drush:6.3"

@weitzman
Copy link
Member

weitzman commented Nov 8, 2014

Nothing to do here, AFAICT. If I'm wrong, I'll reopen.

@weitzman weitzman closed this as completed Nov 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants