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 3215f76..8934d1c 100644
--- a/src/key_command/impl_appcommand.rs
+++ b/src/key_command/impl_appcommand.rs
@@ -25,7 +25,7 @@ impl AppCommand for Command {
Self::CopyFiles => CMD_COPY_FILES,
Self::CopyFileName => CMD_COPY_FILENAME,
Self::CopyFileNameWithoutExtension => CMD_COPY_FILENAME_WITHOUT_EXTENSION,
- Self::CopyFilePath => CMD_COPY_FILEPATH,
+ Self::CopyFilePath { .. } => CMD_COPY_FILEPATH,
Self::CopyDirPath => CMD_COPY_DIRECTORY_PATH,
Self::SymlinkFiles { .. } => CMD_SYMLINK_FILES,
Self::PasteFiles { .. } => CMD_PASTE_FILES,