How do I do that? I did a full repository update. I also did a git pull in each of the affected sources.
I copied the files from a working module and that seemed to work. I don't know why those modules did not update correctly.
Darrell
How do I do that? I did a full repository update. I also did a git pull in each of the affected sources.
I copied the files from a working module and that seemed to work. I don't know why those modules did not update correctly.
Darrell
A git pull does not update submodules, you need to issue a 'git submodule update' command to do so. Submodules are unfortunately still an area where using GIT becomes a convoluted mess.
Tim