Skip to content

Commit 20899c7

Browse files
giacomoniLuca Giacomoni
andauthored
docs: fix contribute guide command (#9355)
Co-authored-by: Luca Giacomoni <[email protected]>
1 parent bea86ee commit 20899c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ find these upstream repos. We only need to do this once:
6969
cd $WORKSPACE_DIR/pytorch
7070
git remote add upstream https://github.com/pytorch/pytorch.git
7171
# Set up remote tracking for vision.
72-
cd $WORKSPACE_DIR
72+
cd $WORKSPACE_DIR/vision
7373
git remote add upstream https://github.com/pytorch/vision.git
7474
# Set up remote tracking for pytorch/xla.
7575
cd $WORKSPACE_DIR/pytorch/xla

0 commit comments

Comments
 (0)