diff --git a/src/cli.rs b/src/cli.rs index 277e56e..39aaaa5 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -260,7 +260,7 @@ impl RunArgs { /// Merge the command-line arguments with the configuration pub fn merge(&self, config: &Config) -> Self { let gen_args = self.gen_args.merge(config); - let sess3on_runner = config + let session_runner = config .session .runner .as_ref()