diff --git a/helix-term/src/commands/engine/steel.rs b/helix-term/src/commands/engine/steel.rs index eb82397fa..82e4f2ddb 100644 --- a/helix-term/src/commands/engine/steel.rs +++ b/helix-term/src/commands/engine/steel.rs @@ -1379,7 +1379,7 @@ fn run_initialization_script(cx: &mut Context, configuration: Arc Result<(), DynError> { "themelint" => tasks::themelint(env::args().nth(2))?, "query-check" => tasks::querycheck()?, "code-gen" => tasks::codegen(), + "steel" => tasks::install_steel(), invalid => return Err(format!("Invalid task name: {}", invalid).into()), }, };