projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdac66a
)
fix build
author
Joey Hess
<joeyh@joeyh.name>
Wed, 12 Apr 2023 18:31:56 +0000
(14:31 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Wed, 12 Apr 2023 18:31:56 +0000
(14:31 -0400)
Command/Inprogress.hs
patch
|
blob
|
history
diff --git
a/Command/Inprogress.hs
b/Command/Inprogress.hs
index b4050d207fa0c954f7547a4711912423af32e3a1..58c5bcfd774686344a5ad27bb6b2502a28f37b6c 100644
(file)
--- a/
Command/Inprogress.hs
+++ b/
Command/Inprogress.hs
@@
-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 ->