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

Rake solr:environment calls SolrWrapper.instance without options arg #42

Closed
mberkowski opened this issue Apr 14, 2016 · 0 comments
Closed

Comments

@mberkowski
Copy link

SolrWrapper.instance was recently introduced with a non-optional options argument
baa610c

The solr:environment task attempts to call SolrWrapper.instance without any arguments, causing an ArgumentError in any dependent task.

https://github.com/cbeer/solr_wrapper/blob/master/lib/solr_wrapper/tasks/solr_wrapper.rake#L6-L8

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

1 participant