diff options
Diffstat (limited to 'Command/MetaData.hs')
-rw-r--r-- | Command/MetaData.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/MetaData.hs b/Command/MetaData.hs index bf71f7b4f..6e64207c8 100644 --- a/Command/MetaData.hs +++ b/Command/MetaData.hs @@ -79,7 +79,7 @@ seek o = do (seeker $ whenAnnexed $ start now o) (forFiles o) Batch -> withMessageState $ \s -> case outputType s of - JSONOutput -> batchInput parseJSONInput $ + JSONOutput _ -> batchInput parseJSONInput $ commandAction . startBatch now _ -> error "--batch is currently only supported in --json mode" |