fix build
This commit is contained in:
parent
fdac66ae10
commit
3e5829721f
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ optParser desc = InprogressOptions
|
|||
|
||||
seek :: InprogressOptions -> CommandSeek
|
||||
seek o = do
|
||||
IsTerminal isterminal <- liftIO $ checkIsTerminal stdout
|
||||
isterminal <- liftIO $ checkIsTerminal stdout
|
||||
ts <- map (transferKey . fst) <$> getTransfers
|
||||
case keyOptions o of
|
||||
Just WantAllKeys ->
|
||||
|
|
Loading…
Add table
Reference in a new issue