From 7ba93e771f25ceeca63724d8e5b08353830f0c99 Mon Sep 17 00:00:00 2001 From: Nicolas Mattia Date: Mon, 23 Sep 2019 13:19:11 +0200 Subject: [PATCH] Fix niv show log --- src/Niv/Cli.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Niv/Cli.hs b/src/Niv/Cli.hs index 72d43fc..3a0833b 100644 --- a/src/Niv/Cli.hs +++ b/src/Niv/Cli.hs @@ -299,7 +299,7 @@ cmdShow = \case sources <- unSources <$> getSources forWithKeyM_ sources $ \key (PackageSpec spec) -> do - tsay $ "Updating " <> tbold (unPackageName key) + tsay $ "Showing " <> tbold (unPackageName key) forM_ (HMS.toList spec) $ \(attrName, attrValValue) -> do let attrValue = case attrValValue of Aeson.String str -> str