diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-03-05 14:51:36 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-03-05 14:51:36 +0100 |
| commit | 947b3289c8a1bafd0af1e638478c80b2e081acd3 (patch) | |
| tree | bb6f2bb8068286c8c808fea9074df90305793f6c | |
| parent | 0fa3655e9da509dd7c1e74ace623d4e98b792882 (diff) | |
fix(service): cannot escape ' 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 15f4778..223f4aa 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] |
