didn't mean to commit this change yet

This commit is contained in:
Joey Hess 2016-12-08 17:10:48 -04:00
parent 43e7044b43
commit 8e00efb938
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -45,9 +45,7 @@ startMass = do
next massAdd
massAdd :: CommandPerform
massAdd = do
liftIO $ fileEncoding stdin
go True =<< map (separate (== ' ')) . lines <$> liftIO getContents
massAdd = go True =<< map (separate (== ' ')) . lines <$> liftIO getContents
where
go status [] = next $ return status
go status ((keyname,f):rest) | not (null keyname) && not (null f) = do