AgileVentures / AgileVentures/LocalSupport
issue with rake db:import:emails
Open
up-for-grabs
- Dominant language
- Ruby
- Stars
- 64
- Forks
- 209
- PR merge metrics
- PR metrics pending
Description
I had a small issue with `bundle exec rake db:import:emails[db/emails.csv]` which resulted in an error message saying `no matches found: db:import:emails[db/emails.csv]`.
If anyone else has that problem, tt was easily resolved by adding a backslash after emails: `bundle exec rake db:import:emails\[db/emails.csv]`
Contributor guide
Assessment
This issue has not been assessed yet.