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
@@ -11,7 +11,7 @@ defmodule Mix.Tasks.MusicLibrary.Prod.DbMigrate do
@impl Mix.Task
def run(_args) do
Mix.Shell.IO.info("Running migrations on production database")
Mix.Shell.IO.info("==> Running migrations on production database")
fly_ssh("bin/migrate")
end