Skip to content

Commit 6ad301e

Browse files
authored
Merge pull request #531 from pietroalbini/crate-removal-fix
Update command to delete crates
2 parents 8a268fb + 845362c commit 6ad301e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/crates-io/crate-removal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ whether we have to comply with it.
1212

1313
* Remove it from the database:
1414

15-
heroku run -a crates-io -- target/release/delete-crate [crate-name]
15+
heroku run -a crates-io -- target/release/crates-admin delete-crate [crate-name]
1616

1717
or
1818

19-
heroku run -a crates-io -- target/release/delete-version [crate-name] [version-number]
19+
heroku run -a crates-io -- target/release/crates-admin delete-version [crate-name] [version-number]
2020

2121
* Remove the crate or version from the index. To remove an entire crate, remove
2222
the entire crate file. For a version, remove the line corresponding to the

0 commit comments

Comments
 (0)