diff --git a/src/steps/generic.rs b/src/steps/generic.rs index 99ef3daa..cf2e5360 100644 --- a/src/steps/generic.rs +++ b/src/steps/generic.rs @@ -796,7 +796,7 @@ pub fn run_dotnet_upgrade(ctx: &ExecutionContext) -> Result<()> { } pub fn run_helix_grammars(ctx: &ExecutionContext) -> Result<()> { - let helix = require("helix")?; + let helix = require("helix").or(require("hx"))?; print_separator("Helix");