note where map is left in --fast mode

This commit is contained in:
Joey Hess 2015-11-18 14:17:52 -04:00
parent 7c156f3548
commit cecf3894ff
Failed to extract signature

View file

@ -46,7 +46,9 @@ start = do
liftIO $ writeFile file (drawMap rs umap trusted)
next $ next $
ifM (Annex.getState Annex.fast)
( return True
( do
showLongNote $ "left map in " ++ file
return True
, do
showLongNote $ "running: dot -Tx11 " ++ file
showOutput