From 63e437846db34b0af07a2ef22bc4239252b8304c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20B=C3=BCrger?= Date: Thu, 26 Dec 2024 09:35:01 +0100 Subject: [PATCH] fix minor typo in Justfile (#10270) (#10275) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alexander Bürger --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 31ecb70bf14..c857c66533d 100644 --- a/Justfile +++ b/Justfile @@ -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: