summaryrefslogtreecommitdiffstats
path: root/src/help/help_state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/help/help_state.rs')
-rw-r--r--src/help/help_state.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help/help_state.rs b/src/help/help_state.rs
index 0021ae3..d37941f 100644
--- a/src/help/help_state.rs
+++ b/src/help/help_state.rs
@@ -232,7 +232,7 @@ impl PanelState for HelpState {
};
CmdResult::Keep
}
- open_stay => match opener::open(&Conf::default_location()) {
+ open_stay => match opener::open(Conf::default_location()) {
Ok(exit_status) => {
info!("open returned with exit_status {:?}", exit_status);
CmdResult::Keep