Skip to content

Commit

Permalink
fix minor typo in Justfile (#10270) (#10275)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Bürger <[email protected]>
  • Loading branch information
acfbuerger and Alexander Bürger authored Dec 26, 2024
1 parent 67301fa commit 63e4378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _assert_heroku:

# Squash the index (specify env=production or env=staging)
squash-index: _assert_heroku
@echo Running an index sqaush against app: {{ app }}
@echo Running an index squash against app: {{ app }}
heroku run -a {{ app }} -- target/release/crates-admin enqueue-job squash_index
@echo
@echo There are several steps that must be done by hand:
Expand Down

0 comments on commit 63e4378

Please sign in to comment.