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

Commit 8e594c7

Browse files
authored
docs: tutorials: rolling alice: coach alice: our open source guide: debugging: Update template for closing PRs
1 parent 2735894 commit 8e594c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/rolling_alice/0001_coach_alice/0002_our_open_source_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ $ gh -R https://github.com/$USER/my-new-python-project pr list
106106
## Debugging
107107

108108
```console
109-
for pr in $(gh -R https://github.com/$USER/ pr list --json number --jq '.[].number'); do gh -R https://github.com/pdxjohnny/testaaaa pr close "${pr}"; done;
109+
$ for pr in $(gh -R https://github.com/$USER/my-new-python-project pr list --json number --jq '.[].number'); do gh -R https://github.com/$USER/my-new-python-project pr close "${pr}"; done;
110110
```
111111

112112
## Future Work

0 commit comments

Comments
 (0)