From f70b50f508bad2022378a4ca1ea5ae5c618fb3d5 Mon Sep 17 00:00:00 2001 From: CristhianMotoche Date: Wed, 24 Jul 2024 08:30:56 -0500 Subject: [PATCH] feat(release): Update print testing x5 --- app/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Main.hs b/app/Main.hs index 39e04dc..0b77d0f 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -48,7 +48,7 @@ failure = withColor Red -- Update golden files in the given directory updateGolden :: FilePath -> IO () updateGolden dir = do - putStrLn "TESTING!!! x4" + putStrLn "TESTING!!! x5" putStrLn "Replacing golden with actual:" go dir success $ putStrLn "Finished!"