Skip to content

Commit 63e4378

Browse files
acfbuergerAlexander Bürger
and
Alexander Bürger
authored
fix minor typo in Justfile (#10270) (#10275)
Co-authored-by: Alexander Bürger <[email protected]>
1 parent 67301fa commit 63e4378

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
@@ -11,7 +11,7 @@ _assert_heroku:
1111

1212
# Squash the index (specify env=production or env=staging)
1313
squash-index: _assert_heroku
14-
@echo Running an index sqaush against app: {{ app }}
14+
@echo Running an index squash against app: {{ app }}
1515
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:

0 commit comments

Comments
 (0)