diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-03-05 14:50:53 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-03-05 14:50:53 +0100 |
| commit | 0fa3655e9da509dd7c1e74ace623d4e98b792882 (patch) | |
| tree | d5e382af19a007a1b78eeaffc0a0699b8f0a9f59 | |
| parent | 0cbf9251deaaab5b447d0df2bc0ce2836797a2e9 (diff) | |
fix(service): not escaping ' in description
| -rw-r--r-- | les-copaings-bot.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/les-copaings-bot.service b/les-copaings-bot.service index e455bd8..15f4778 100644 --- a/les-copaings-bot.service +++ b/les-copaings-bot.service @@ -1,5 +1,5 @@ [Unit] -Description=Les Copaings' Discord bot +Description=Les Copaings\' Discord bot After=postgresql.service [Service] |
