diff --git a/recipes/tools/helix/recipe.toml b/recipes/tools/helix/recipe.toml index 09b594881..a4a50cc3c 100644 --- a/recipes/tools/helix/recipe.toml +++ b/recipes/tools/helix/recipe.toml @@ -12,5 +12,6 @@ script = """ export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=1 COOKBOOK_SOURCE+="/helix-term" cookbook_cargo +mv "${COOKBOOK_STAGE}/usr/bin/hx" "${COOKBOOK_STAGE}/usr/bin/helix" """