diff options
| author | Ellie Huxtable <e@elm.sh> | 2021-02-13 20:54:35 +0000 |
|---|---|---|
| committer | Ellie Huxtable <e@elm.sh> | 2021-02-13 20:55:06 +0000 |
| commit | fbaeedbba441a89be7778be5cffa89a421007d17 (patch) | |
| tree | 125bb90ef0452005d4c5690e1d9f3bddb34025cb /src/command/import.rs | |
| parent | Add session to hook (diff) | |
| download | atuin-fbaeedbba441a89be7778be5cffa89a421007d17.zip | |
Minor fixes
Diffstat (limited to '')
| -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), } } } |
