summaryrefslogtreecommitdiffstats
path: root/src/key_command/impl_appcommand.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/key_command/impl_appcommand.rs')
-rw-r--r--src/key_command/impl_appcommand.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/key_command/impl_appcommand.rs b/src/key_command/impl_appcommand.rs
index df9ffcf..fe75dc5 100644
--- a/src/key_command/impl_appcommand.rs
+++ b/src/key_command/impl_appcommand.rs
@@ -111,7 +111,7 @@ impl AppCommand for Command {
Self::SubdirFzf => CMD_SUBDIR_FZF,
Self::SelectFzf { .. } => CMD_SELECT_FZF,
Self::Zoxide(_) => CMD_ZOXIDE,
- Self::ZoxideInteractive => CMD_ZOXIDE_INTERACTIVE,
+ Self::ZoxideInteractive(_) => CMD_ZOXIDE_INTERACTIVE,
Self::CustomSearch(_) => CMD_CUSTOM_SEARCH,
Self::CustomSearchInteractive(_) => CMD_CUSTOM_SEARCH_INTERACTIVE,