Add needed file extension to instructions
This commit is contained in:
parent
0af686e64c
commit
f1777d2c18
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue