From fbaeedbba441a89be7778be5cffa89a421007d17 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sat, 13 Feb 2021 20:54:35 +0000 Subject: Minor fixes --- src/command/import.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command') 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), } } } -- cgit v1.3.1