We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
third_party
1 parent a555d88 commit 4f55475Copy full SHA for 4f55475
README.md
@@ -45,7 +45,7 @@ This repo is only available to Mozilla employees. If you have access to the rele
45
The [repo in `third_party`](https://github.com/MozillaReality/FirefoxReality-android-third-party) can be updated like so:
46
47
```bash
48
-pushd third_party && git fetch && git rebase origin/master && git checkout origin/master && popd
+pushd third_party && git fetch && git checkout master && git rebase origin/master && popd
49
```
50
51
*Fetch Git submodules.*
0 commit comments