diff options
Diffstat (limited to 'main/Test.hs')
| -rw-r--r-- | main/Test.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Test.hs b/main/Test.hs index b06ed61..84cce1a 100644 --- a/main/Test.hs +++ b/main/Test.hs @@ -856,7 +856,7 @@ cmdWatchLocalIdentity = do out <- asks tiOutput w <- liftIO $ watchHeadWith h headLocalIdentity $ \idt -> do - outLine out $ unwords $ "local-identity" : map (maybe "<unnamed>" T.unpack . idName) (unfoldOwners idt) + outLine out $ unwords $ "local-identity" : show (refDigest $ storedRef $ idExtData idt) : map (maybe "<unnamed>" T.unpack . idName) (unfoldOwners idt) modify $ \s -> s { tsWatchedLocalIdentity = Just w } cmdWatchSharedIdentity :: Command |