diff options
Diffstat (limited to 'src/command')
| -rw-r--r-- | src/command/import.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/import.rs b/src/command/import.rs index 5ce0e749..a593ef61 100644 --- a/src/command/import.rs +++ b/src/command/import.rs @@ -112,7 +112,7 @@ impl ImportCmd { } } - ImportCmd::Zsh => Ok(()), + ImportCmd::Zsh => self.import_zsh(db), } } } |
