Skip to content

Commit 344ca0f

Browse files
committed
fix typo
1 parent af6f53b commit 344ca0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Create a `python-template-test` repo on GitHub (will be overwritten if existing)
1818
```
1919
# Create a temporary directory by running the following command. Keep the XXXXXX in the directory name.
2020
cd $(mktemp -d --tmpdir py-tmpl-XXXXXX)
21-
# Use --vcs-ref <pr-branch> to point to the branch to you want to test
21+
# Use --vcs-ref <pr-branch> to point to the branch you want to test
2222
copier copy --vcs-ref <pr-branch> https://github.com/<pr-user>/python-template .
2323
# Fill with python-template-test info
2424
# Create a local git repo to push to GitHub to trigger CI actions

0 commit comments

Comments
 (0)