Skip to content

Commit

Permalink
ui.rs: style, fixup to 8aa2916
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Feb 12, 2025
1 parent 69050f3 commit e83b328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ impl PagerConfig {
CommandNameAndArgs::String(name) if name == BUILTIN_PAGER_NAME => {
Ok(PagerConfig::Builtin(config.get("ui.streampager")?))
}
_ => Ok(PagerConfig::External(config.get("ui.pager")?)),
pager_command => Ok(PagerConfig::External(pager_command)),
}
}
}
Expand Down

0 comments on commit e83b328

Please sign in to comment.