summaryrefslogtreecommitdiff
path: root/Commands.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Commands.hs')
-rw-r--r--Commands.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Commands.hs b/Commands.hs
index 4346a35e2..af6b5aad7 100644
--- a/Commands.hs
+++ b/Commands.hs
@@ -213,7 +213,7 @@ describeCmd description = do
u <- getUUID g
describeUUID u description
log <- uuidLog
- gitAdd log Nothing -- all logs are committed at end
+ gitAdd log $ Just $ "description for UUID " ++ (show u)
liftIO $ putStrLn "description set"
{- Updates the LocationLog when a key's presence changes. -}