oops, should commit descriptions!

This commit is contained in:
Joey Hess 2010-10-16 21:50:33 -04:00
parent 38825f4864
commit 19daf3fca4

View file

@ -213,7 +213,7 @@ describeCmd description = do
u <- getUUID g u <- getUUID g
describeUUID u description describeUUID u description
log <- uuidLog log <- uuidLog
gitAdd log Nothing -- all logs are committed at end gitAdd log $ Just $ "description for UUID " ++ (show u)
liftIO $ putStrLn "description set" liftIO $ putStrLn "description set"
{- Updates the LocationLog when a key's presence changes. -} {- Updates the LocationLog when a key's presence changes. -}