Problem/Motivation
README.md and example.services.yml files use a path that will cause an error with composer based installs.
I know that these paths are provided just as examples, but we can update them so they work out of the box.
Old path: modules/redis/example.services.yml
New path: modules/contrib/redis/example.services.yml
Proposed resolution
Update the path to match the module location in composer based installs.
This change is pretty harmless and nothing else will be affected.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | redis-container-paths-3196686-1.patch | 1.07 KB | aramboyajyan |
Comments
Comment #2
aramboyajyan commentedComment #3
milovan commentedYes, you are right. +1 and it works
Comment #4
freddy rodriguezThanks for this! +1
Comment #6
berdirCommitted.