make fetch is not fetching mullvad repo
Running make fetch
is running rbm fetch
, which is fetching the
git_url
that is defined without target.
However in one case, we define an different git_url
when the mullvad
target is used (mullvad-browser.git
in projects/firefox
).
So we should update the make fetch
target to also run rbm fetch firefox --target mullvadbrowser
.