aboutsummaryrefslogtreecommitdiff
path: root/Command/Schedule.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Schedule.hs')
-rw-r--r--Command/Schedule.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Command/Schedule.hs b/Command/Schedule.hs
index 35f144c75..db654f291 100644
--- a/Command/Schedule.hs
+++ b/Command/Schedule.hs
@@ -8,10 +8,12 @@
module Command.Schedule where
import Common.Annex
+import qualified Annex
import Command
import qualified Remote
import Logs.Schedule
import Types.ScheduledActivity
+import Types.Messages
import qualified Data.Set as S
@@ -37,6 +39,7 @@ start = parse
performGet :: UUID -> CommandPerform
performGet uuid = do
+ Annex.setOutput QuietOutput
s <- scheduleGet uuid
liftIO $ putStrLn $ intercalate "; " $
map fromScheduledActivity $ S.toList s