oops, should commit descriptions!
This commit is contained in:
parent
38825f4864
commit
19daf3fca4
1 changed files with 1 additions and 1 deletions
|
@ -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. -}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue