diff options
| -rw-r--r-- | src/Propellor/DotDir.hs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Propellor/DotDir.hs b/src/Propellor/DotDir.hs index 4de7b9c8..4f27788d 100644 --- a/src/Propellor/DotDir.hs +++ b/src/Propellor/DotDir.hs @@ -76,11 +76,11 @@ welcomeBanner :: IO () welcomeBanner = say $ unlines $ map prettify [ "" , "" - , " _ ______`| ,-.__" - , " .--------------------------- / ~___-=O`/|O`/__| (____.'" - , " - Welcome to -- ~ / | / ) _.-'-._" - , " - Propellor! -- `/-==__ _/__|/__=-| ( ~_" - , " `--------------------------- * ~ | | '--------'" + , " _ ______`| ,-.__" + , " .--------------------------- / ~___-=O`/|O`/__| (____.'" + , " - Welcome to -- ~ / | / ) _.-'-._" + , " - Propellor! -- `/-==__ _/__|/__=-| ( ~_" + , " `--------------------------- * ~ | | '--------'" , " (o) `" , "" , "" |
