summaryrefslogtreecommitdiffstats
path: root/src/help/help_state.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2023-01-03 19:47:06 +0100
committerCanop <cano.petrole@gmail.com>2023-01-03 19:47:06 +0100
commitc641b27f7f47d9e66c6426fa605cb79841494c7b (patch)
treeb35aadfd8be88a807d3ab70f1c08c982dfe8470a /src/help/help_state.rs
parent428205c11213b3c830984b58ab8cc9f7aa41a7d8 (diff)
version 1.19.0v1.19.0
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