Skip to content

Commit 7d7e5b2

Browse files
committed
fixes
1 parent 39ecf81 commit 7d7e5b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ A command-line tool to copy open package pull requests from `spack/spack` to `sp
1313

1414
1. Clone this tool repository:
1515
```bash
16-
git clone https://github.com/spack/migrate-pkg-prs.git
16+
git clone https://github.com/spack/migrate-package-prs.git
1717
```
1818

1919
2. Add the tool to your PATH:
2020
```bash
21-
export PATH="$PWD/migrate-pkg-prs/bin:$PATH"
21+
export PATH="$PWD/migrate-package-prs/bin:$PATH"
2222
```
2323

2424
3. Clone the new package repository and navigate to it:

0 commit comments

Comments
 (0)