Closed thomas-bc closed 10 months ago
Fix https://github.com/nasa/fprime/issues/2484
Running git submodule update --init --recursive in the new project was checking out fprime/ back to devel. Running in fprime/ fixes the bug and keeps the intended behavior of checking out F´'s submodule.
git submodule update --init --recursive
fprime/
devel
Change Description
Fix https://github.com/nasa/fprime/issues/2484
Running
git submodule update --init --recursive
in the new project was checking outfprime/
back todevel
. Running infprime/
fixes the bug and keeps the intended behavior of checking out F´'s submodule.