1
0
Fork 0

Fix punctuation.

This commit is contained in:
Malte Brandy 2020-05-17 22:27:04 +02:00
parent 1c28bb3b90
commit 56ec87b54a
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -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.|]