Skip to content

Commit 6bae33e

Browse files
committed
Justfile: Use crates-admin enqueue-job
... instead of the deprecated `enqueue-job` binary
1 parent b43669b commit 6bae33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ _assert_heroku:
1212
# Squash the index (specify env=production or env=staging)
1313
squash-index: _assert_heroku
1414
@echo Running an index sqaush against app: {{ app }}
15-
heroku run -a {{ app }} -- target/release/enqueue-job squash_index
15+
heroku run -a {{ app }} -- target/release/crates-admin enqueue-job squash_index
1616
@echo
1717
@echo There are several steps that must be done by hand:
1818
@echo 1. Fetch the index and push the snapshot branch to the "crates.io-index-archive" repo.

0 commit comments

Comments
 (0)