Skip to content

Commit 845362c

Browse files
committed
update command to delete crates
1 parent 72a8657 commit 845362c

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 @@ 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)