Format mix task info messages to improve readability

This commit is contained in:
Claudio Ortolina
2025-02-28 07:57:56 +00:00
parent 605be7d1f5
commit 0d11df4279
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ defmodule Mix.Tasks.MusicLibrary.Prod.Ping do
@impl Mix.Task
def run(_args) do
Application.ensure_all_started(:req)
Mix.Shell.IO.info("Pinging the production instance")
Mix.Shell.IO.info("==> Pinging the production instance")
Req.get!("https://music-library.claudio-ortolina.org/api")
end