Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 06bb0a8

Browse files
committed
Fixed typo in thrid party checkout script
1 parent f969238 commit 06bb0a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/taskcluster/get_third_party.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ cp tools/ssh/config ~/.ssh
55
python tools/taskcluster/fetch_secret.py -s project/firefoxreality/github-deploy-key -o ~/.ssh/deploymentkey_rsa -n key
66
chmod go-rwx ~/.ssh/deploymentkey_rsa
77
git clone git@github.com:MozillaReality/FirefoxReality-android-third-party.git third_party
8-
pushd third_party && git co -b target-branch `cat ../third_party_hash` && popd
8+
pushd third_party && git checkout -b target-branch `cat ../third_party_hash` && popd

0 commit comments

Comments
 (0)