Skip to content

Commit f86f601

Browse files
savhappywhatyouhide
andcommitted
Update lib/mix/tasks/sentry.send_test_event.ex
Co-authored-by: Andrea Leopardi <[email protected]>
1 parent 6a1b87f commit f86f601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/tasks/sentry.send_test_event.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ defmodule Mix.Tasks.Sentry.SendTestEvent do
6767
end
6868

6969
Mix.shell().info("current environment_name: #{inspect(to_string(Config.environment_name()))}")
70-
Mix.shell().info("finch_opts: #{inspect(Config.finch_opts())}\n")
70+
Mix.shell().info("Finch options: #{inspect(Config.finch_opts())}\n")
7171
end
7272

7373
defp send_event(opts) do

0 commit comments

Comments
 (0)