summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Command.hs2
1 files changed, 1 insertions, 1 deletions
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)