Skip to content

Commit f5e28b6

Browse files
Update info message to respect release quiet option (#14413)
1 parent 247fd71 commit f5e28b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/mix/lib/mix/tasks/release.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@ defmodule Mix.Tasks.Release do
12721272
cond do
12731273
path ->
12741274
msg = "#{path} to configure the release at runtime"
1275-
Mix.shell().info([:green, "* using ", :reset, msg])
1275+
info(release, [:green, "* using ", :reset, msg])
12761276
File.cp!(path, Path.join(version_path, "runtime.exs"))
12771277
init = {:system, "RELEASE_ROOT", "/releases/#{release.version}/runtime.exs"}
12781278
opts = [path: init, env: Mix.env(), target: Mix.target(), imports: :disabled]

0 commit comments

Comments
 (0)