1
1
mirror of https://github.com/nmattia/niv.git synced 2024-12-01 15:56:03 +03:00

Fix logline

This commit is contained in:
Nicolas Mattia 2020-07-21 11:03:16 +02:00
parent febd3530f0
commit 5f35efd949

View File

@ -521,7 +521,7 @@ cmdDrop packageName = \case
li $ setSources fsj $ Sources $
HMS.delete packageName sources
attrs -> do
tsay $ "Dropping attributes :" <> T.intercalate " " attrs
tsay $ "Dropping attributes: " <> T.intercalate " " attrs
tsay $ "In package: " <> unPackageName packageName
fsj <- getFindSourcesJson
sources <- unSources <$> li (getSources fsj)