Skip to content

Commit

Permalink
Fixed typo in thrid party checkout script
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemarvin committed Aug 19, 2019
1 parent f969238 commit 06bb0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/taskcluster/get_third_party.sh
Expand Up @@ -5,4 +5,4 @@ cp tools/ssh/config ~/.ssh
python tools/taskcluster/fetch_secret.py -s project/firefoxreality/github-deploy-key -o ~/.ssh/deploymentkey_rsa -n key
chmod go-rwx ~/.ssh/deploymentkey_rsa
git clone git@github.com:MozillaReality/FirefoxReality-android-third-party.git third_party
pushd third_party && git co -b target-branch `cat ../third_party_hash` && popd
pushd third_party && git checkout -b target-branch `cat ../third_party_hash` && popd

0 comments on commit 06bb0a8

Please sign in to comment.