From 56ec87b54a013da05cb259a947f9f079e4f77e67 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sun, 17 May 2020 22:27:04 +0200 Subject: [PATCH] Fix punctuation. --- lib/test.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/test.nix b/lib/test.nix index 7def0820..6f85512d 100644 --- a/lib/test.nix +++ b/lib/test.nix @@ -6,7 +6,7 @@ in rec { main = do (configDir:hostname:args) <- getArgs paths <- myNixPath $ toText configDir - say [i|Trying to build ${name} config for #{hostname}|] + say [i|Trying to build ${name} config for #{hostname} ...|] hFlush stdout ${commandline} say [i|Build of ${name} config for #{hostname} was successful.|]