Add needed file extension to instructions

This commit is contained in:
benjamin melançon 2024-05-15 15:54:05 -04:00
parent 0af686e64c
commit f1777d2c18

View file

@ -19,7 +19,7 @@ Currently this is the only script:
Use it by passing in the source owner, the source repository, the issue number, the destination owner, and the destination repository, like so: Use it by passing in the source owner, the source repository, the issue number, the destination owner, and the destination repository, like so:
```bash ```bash
python move_issue old-example-org old-example-repo 123 new-example-org new-example-repo python move_issue.py old-example-org old-example-repo 123 new-example-org new-example-repo
``` ```
All five parameters are needed, even if it is within the same organization. All five parameters are needed, even if it is within the same organization.