From 8e8cbbd3bd15d6557a25ca83ec31cdec8acfdba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 11 Mar 2025 19:58:52 +0100 Subject: Fix typo in getDefaultRepo --- src/Command.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command.hs b/src/Command.hs index 2c511df..599bd90 100644 --- a/src/Command.hs +++ b/src/Command.hs @@ -126,7 +126,7 @@ getDefaultRepo :: CommandExec Repo getDefaultRepo = CommandExec $ do asks (lookup Nothing . ciRepos) >>= \case Just repo -> return repo - Nothing -> fail $ "no defalut repo" + Nothing -> fail $ "no default repo" getTerminalOutput :: CommandExec TerminalOutput getTerminalOutput = CommandExec (asks ciTerminalOutput) -- cgit v1.2.3