Skip to content

Commit

Permalink
fix: typo (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xricksanchez committed Apr 25, 2024
1 parent b360e9e commit 436f1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 436f1f3

Please sign in to comment.