diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2024-05-31 07:19:48 +0200 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-06-12 15:18:47 -0400 |
commit | cb91dab75f70ade96028c32e270a27352c41714e (patch) | |
tree | 00179c26c4cf1a614edad69d71b9f4a7c53a81f8 /lib/mix/tasks | |
parent | f47a1246985d6ce69ceca4104e43f630f1f33610 (diff) | |
download | pleroma-cb91dab75f70ade96028c32e270a27352c41714e.tar.gz pleroma-cb91dab75f70ade96028c32e270a27352c41714e.zip |
Switch formatting checks to Elixir 1.15
Diffstat (limited to 'lib/mix/tasks')
-rw-r--r-- | lib/mix/tasks/pleroma/database.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mix/tasks/pleroma/database.ex b/lib/mix/tasks/pleroma/database.ex index 13ac6536c..b82d1f079 100644 --- a/lib/mix/tasks/pleroma/database.ex +++ b/lib/mix/tasks/pleroma/database.ex @@ -351,7 +351,7 @@ defmodule Mix.Tasks.Pleroma.Database do ) end - shell_info('Done.') + shell_info(~c"Done.") end end |