We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67301fa commit 63e4378Copy full SHA for 63e4378
Justfile
@@ -11,7 +11,7 @@ _assert_heroku:
11
12
# Squash the index (specify env=production or env=staging)
13
squash-index: _assert_heroku
14
- @echo Running an index sqaush against app: {{ app }}
+ @echo Running an index squash against app: {{ app }}
15
heroku run -a {{ app }} -- target/release/crates-admin enqueue-job squash_index
16
@echo
17
@echo There are several steps that must be done by hand:
0 commit comments