mirror of
https://github.com/nmattia/niv.git
synced 2024-12-01 15:56:03 +03:00
Fix logline
This commit is contained in:
parent
febd3530f0
commit
5f35efd949
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user